We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b78489 commit d87e926Copy full SHA for d87e926
2 files changed
configure.ac
@@ -1,7 +1,8 @@
1
dnl Process this file with autoconf to produce a configuration script
2
-AC_INIT(paps, 0.7.0, dov.grobgeld@gmail.com)
+AC_INIT(paps, 0.7.1, dov.grobgeld@gmail.com)
3
AC_CONFIG_AUX_DIR(config)
4
AC_CONFIG_SRCDIR(src/paps.c)
5
+AC_CONFIG_HEADERS([config.h])
6
7
AM_INIT_AUTOMAKE
8
meson.build
@@ -1,5 +1,5 @@
project('paps', 'c',
- version: '0.7.0',
+ version: '0.7.1',
default_options : ['c_std=c99'],
meson_version : '>= 0.44')
0 commit comments