Skip to content

Commit

Permalink
Bumped version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dov committed Oct 26, 2019
1 parent 5b78489 commit d87e926
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
dnl Process this file with autoconf to produce a configuration script
AC_INIT(paps, 0.7.0, [email protected])
AC_INIT(paps, 0.7.1, [email protected])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_SRCDIR(src/paps.c)
AC_CONFIG_HEADERS([config.h])

AM_INIT_AUTOMAKE

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('paps', 'c',
version: '0.7.0',
version: '0.7.1',
default_options : ['c_std=c99'],
meson_version : '>= 0.44')

Expand Down

0 comments on commit d87e926

Please sign in to comment.