Skip to content

Commit

Permalink
v0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
mellowcandle committed Jun 21, 2019
1 parent 2aa32d5 commit bad95be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ AM_CFLAGS = $(MAYBE_COVERAGE)

check_PROGRAMS = tests/test-shunting-yard
tests_test_shunting_yard_SOURCES = src/shunting-yard.c inc/shunting-yard.h \
src/stack.c inc/stack.h bitwise.h \
src/stack.c inc/stack.h inc/bitwise.h \
src/misc.c \
tests/test-shunting-yard.c
tests_test_shunting_yard_LDADD = -lcunit
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([bitwise], [v0.21], [rfried.dev@gmail.com])
AC_INIT([bitwise], [v0.22], [rfried.dev@gmail.com])
AC_CONFIG_SRCDIR([src/misc.c])
AC_CONFIG_HEADERS([inc/config.h])

Expand Down
4 changes: 2 additions & 2 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: bitwise
version: "v0.21"
version: "v0.22"
summary: Terminal based bitwise calculator in curses
description: |
Interactively manipulate bits.
Expand All @@ -12,7 +12,7 @@ apps:
parts:
bitwise:
plugin: autotools
source: https://github.com/mellowcandle/bitwise/releases/download/v0.21/bitwise-v0.21.tar.gz
source: https://github.com/mellowcandle/bitwise/releases/download/v0.22/bitwise-v0.22.tar.gz
build-packages:
- libncurses5-dev
- libreadline-dev
Expand Down

0 comments on commit bad95be

Please sign in to comment.