Skip to content

Commit

Permalink
V0.40
Browse files Browse the repository at this point in the history
  • Loading branch information
mellowcandle committed Aug 10, 2019
1 parent a8bd487 commit c61b4c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([bitwise], [v0.33], [rfried.dev@gmail.com])
AC_INIT([bitwise], [v0.40], [rfried.dev@gmail.com])
AC_CONFIG_SRCDIR([src/misc.c])
AC_CONFIG_HEADERS([inc/config.h])

Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bitwise (0.33-1) unstable; urgency=medium
bitwise (0.40-1) unstable; urgency=medium

* Initial release Closes: Bug#933990

-- Ramon Fried <rfried.dev@gmail.com> Mon, 05 Aug 2019 14:08:03 -0400
-- Ramon Fried <rfried.dev@gmail.com> Sat, 10 Aug 2019 21:00:03 -0400
4 changes: 2 additions & 2 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: bitwise
version: "v0.33"
version: "v0.40"
summary: Terminal based bitwise calculator in curses
description: |
Interactively manipulate bits.
Expand All @@ -12,7 +12,7 @@ apps:
parts:
bitwise:
plugin: autotools
source: https://github.com/mellowcandle/bitwise/releases/download/v0.33/bitwise-v0.33.tar.gz
source: https://github.com/mellowcandle/bitwise/releases/download/v0.40/bitwise-v0.40.tar.gz
build-packages:
- libncurses5-dev
- libreadline-dev
Expand Down

0 comments on commit c61b4c1

Please sign in to comment.