Bump the version up to 0.10.99 to make it clear that the master branch is beyond anything on the 0.10 branch.

This commit is contained in:
Eric Haszlakiewicz
2012-12-23 11:09:20 -06:00
parent 2943691181
commit fcc768e667
5 changed files with 6 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
AC_PREREQ(2.52)
# Process this file with autoconf to produce a configure script.
AC_INIT([json-c], 0.10, [json-c@googlegroups.com])
AC_INIT([json-c], 0.10.99, [json-c@googlegroups.com])
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)