Skip to content

Commit 3b64442

Browse files
committed
Bump up to v0.41
1 parent 2f2da41 commit 3b64442

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bitwise.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10.
2-
.TH BITWISE "1" "July 2019" "bitwise v0.33" "User Commands"
2+
.TH BITWISE "1" "December 2019" "bitwise v0.41" "User Commands"
33
.SH NAME
44
bitwise \- Terminal based bit manipulator in ncurses
55
.SH SYNOPSIS

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.40], [[email protected]])
5+
AC_INIT([bitwise], [v0.41], [[email protected]])
66
AC_CONFIG_SRCDIR([src/misc.c])
77
AC_CONFIG_HEADERS([inc/config.h])
88

snapcraft.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: bitwise
2-
version: "v0.40"
2+
version: "v0.41"
33
summary: Terminal based bitwise calculator in curses
44
description: |
55
Interactively manipulate bits.

0 commit comments

Comments
 (0)