Skip to content

Commit bad95be

Browse files
committed
v0.22
1 parent 2aa32d5 commit bad95be

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ AM_CFLAGS = $(MAYBE_COVERAGE)
1111

1212
check_PROGRAMS = tests/test-shunting-yard
1313
tests_test_shunting_yard_SOURCES = src/shunting-yard.c inc/shunting-yard.h \
14-
src/stack.c inc/stack.h bitwise.h \
14+
src/stack.c inc/stack.h inc/bitwise.h \
1515
src/misc.c \
1616
tests/test-shunting-yard.c
1717
tests_test_shunting_yard_LDADD = -lcunit

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([bitwise], [v0.21], [[email protected]])
5+
AC_INIT([bitwise], [v0.22], [[email protected]])
66
AC_CONFIG_SRCDIR([src/misc.c])
77
AC_CONFIG_HEADERS([inc/config.h])
88

snapcraft.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: bitwise
2-
version: "v0.21"
2+
version: "v0.22"
33
summary: Terminal based bitwise calculator in curses
44
description: |
55
Interactively manipulate bits.
@@ -12,7 +12,7 @@ apps:
1212
parts:
1313
bitwise:
1414
plugin: autotools
15-
source: https://github.com/mellowcandle/bitwise/releases/download/v0.21/bitwise-v0.21.tar.gz
15+
source: https://github.com/mellowcandle/bitwise/releases/download/v0.22/bitwise-v0.22.tar.gz
1616
build-packages:
1717
- libncurses5-dev
1818
- libreadline-dev

0 commit comments

Comments
 (0)