aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2016-08-30 21:09:28 +0300
committerPetri Lehtinen <petri@digip.org>2016-08-30 21:09:28 +0300
commit012c5f0ecac48db286d4d737133b6d64d128939c (patch)
tree5b0a81fa3002d0fecfd3d727d92366cb89b9e52b /configure.ac
parenta931aace16b24cd51d0d468a5f91dac67713918c (diff)
downloadjansson-012c5f0ecac48db286d4d737133b6d64d128939c.zip
jansson-012c5f0ecac48db286d4d737133b6d64d128939c.tar.gz
jansson-012c5f0ecac48db286d4d737133b6d64d128939c.tar.bz2
jansson 2.8v2.8
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5b85180..17db6fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.60])
-AC_INIT([jansson], [2.7], [petri@digip.org])
+AC_INIT([jansson], [2.8], [petri@digip.org])
AC_CONFIG_AUX_DIR([.])
AM_INIT_AUTOMAKE([1.10 foreign])
@@ -114,6 +114,5 @@ AC_CONFIG_FILES([
test/bin/Makefile
test/suites/Makefile
test/suites/api/Makefile
- examples/Makefile
])
AC_OUTPUT