Skip to content

Commit 4740e1e

Browse files
committed
v0.32
1 parent e972899 commit 4740e1e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

bitwise.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10.
2-
.TH BITWISE "1" "July 2019" "bitwise v0.31" "User Commands"
2+
.TH BITWISE "1" "July 2019" "bitwise v0.32" "User Commands"
33
.SH NAME
4-
bitwise \- manual page for bitwise v0.31
4+
bitwise \- manual page for bitwise v0.32
55
.SH SYNOPSIS
66
.B bitwise
77
[\fI\,OPTION\/\fR...] [\fI\,expression\/\fR]

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.31], [[email protected]])
5+
AC_INIT([bitwise], [v0.32], [[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.31"
2+
version: "v0.32"
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.31/bitwise-v0.31.tar.gz
15+
source: https://github.com/mellowcandle/bitwise/releases/download/v0.32/bitwise-v0.32.tar.gz
1616
build-packages:
1717
- libncurses5-dev
1818
- libreadline-dev

0 commit comments

Comments
 (0)