Skip to content

Commit d87e926

Browse files
committed
Bumped version to 0.7.1
1 parent 5b78489 commit d87e926

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

configure.ac

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
dnl Process this file with autoconf to produce a configuration script
2-
AC_INIT(paps, 0.7.0, [email protected])
2+
AC_INIT(paps, 0.7.1, [email protected])
33
AC_CONFIG_AUX_DIR(config)
44
AC_CONFIG_SRCDIR(src/paps.c)
5+
AC_CONFIG_HEADERS([config.h])
56

67
AM_INIT_AUTOMAKE
78

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('paps', 'c',
2-
version: '0.7.0',
2+
version: '0.7.1',
33
default_options : ['c_std=c99'],
44
meson_version : '>= 0.44')
55

0 commit comments

Comments
 (0)