Skip to content

Commit c61b4c1

Browse files
committed
V0.40
1 parent a8bd487 commit c61b4c1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

debian/changelog

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
bitwise (0.33-1) unstable; urgency=medium
1+
bitwise (0.40-1) unstable; urgency=medium
22

33
* Initial release Closes: Bug#933990
44

5-
-- Ramon Fried <[email protected]> Mon, 05 Aug 2019 14:08:03 -0400
5+
-- Ramon Fried <[email protected]> Sat, 10 Aug 2019 21:00:03 -0400

snapcraft.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: bitwise
2-
version: "v0.33"
2+
version: "v0.40"
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.33/bitwise-v0.33.tar.gz
15+
source: https://github.com/mellowcandle/bitwise/releases/download/v0.40/bitwise-v0.40.tar.gz
1616
build-packages:
1717
- libncurses5-dev
1818
- libreadline-dev

0 commit comments

Comments
 (0)