diff --git a/bitwise.1 b/bitwise.1 index c16239c..e9d733a 100644 --- a/bitwise.1 +++ b/bitwise.1 @@ -1,7 +1,7 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10. -.TH BITWISE "1" "July 2019" "bitwise v0.32" "User Commands" +.TH BITWISE "1" "July 2019" "bitwise v0.33" "User Commands" .SH NAME -bitwise \- manual page for bitwise v0.32 +bitwise \- manual page for bitwise v0.33 .SH SYNOPSIS .B bitwise [\fI\,OPTION\/\fR...] [\fI\,expression\/\fR] diff --git a/configure.ac b/configure.ac index 84272ae..b590d4f 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([bitwise], [v0.32], [rfried.dev@gmail.com]) +AC_INIT([bitwise], [v0.33], [rfried.dev@gmail.com]) AC_CONFIG_SRCDIR([src/misc.c]) AC_CONFIG_HEADERS([inc/config.h]) diff --git a/snapcraft.yaml b/snapcraft.yaml index 9025549..f56d11e 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: bitwise -version: "v0.32" +version: "v0.33" summary: Terminal based bitwise calculator in curses description: | Interactively manipulate bits. @@ -12,7 +12,7 @@ apps: parts: bitwise: plugin: autotools - source: https://github.com/mellowcandle/bitwise/releases/download/v0.32/bitwise-v0.32.tar.gz + source: https://github.com/mellowcandle/bitwise/releases/download/v0.33/bitwise-v0.33.tar.gz build-packages: - libncurses5-dev - libreadline-dev