diff --git a/bitwise.1 b/bitwise.1 index 285b10f..8673bd0 100644 --- a/bitwise.1 +++ b/bitwise.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10. -.TH BITWISE "1" "April 2021" "bitwise v0.42" "User Commands" +.TH BITWISE "1" "November 2021" "bitwise v0.43" "User Commands" .SH NAME bitwise \- Terminal based bit manipulator in ncurses .SH SYNOPSIS diff --git a/configure.ac b/configure.ac index 99a0084..ce42d2d 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.42], [rfried.dev@gmail.com]) +AC_INIT([bitwise], [v0.43], [rfried.dev@gmail.com]) AC_CONFIG_SRCDIR([src/misc.c]) AC_CONFIG_HEADERS([inc/config.h])