Skip to content

Commit

Permalink
v0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
mellowcandle committed Jul 23, 2019
1 parent f5896ef commit d7931a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bitwise.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10.
.TH BITWISE "1" "July 2019" "bitwise v0.32" "User Commands"
.TH BITWISE "1" "July 2019" "bitwise v0.33" "User Commands"
.SH NAME
bitwise \- manual page for bitwise v0.32
bitwise \- manual page for bitwise v0.33
.SH SYNOPSIS
.B bitwise
[\fI\,OPTION\/\fR...] [\fI\,expression\/\fR]
Expand Down
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.32], [rfried.dev@gmail.com])
AC_INIT([bitwise], [v0.33], [rfried.dev@gmail.com])
AC_CONFIG_SRCDIR([src/misc.c])
AC_CONFIG_HEADERS([inc/config.h])

Expand Down
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.32"
version: "v0.33"
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.32/bitwise-v0.32.tar.gz
source: https://github.com/mellowcandle/bitwise/releases/download/v0.33/bitwise-v0.33.tar.gz
build-packages:
- libncurses5-dev
- libreadline-dev
Expand Down

0 comments on commit d7931a8

Please sign in to comment.