Bump the version to 0.10, since that's what we were at.

git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@69 327403b1-1117-474d-bef2-5cb71233fd97
This commit is contained in:
Eric Haszlakiewicz
2011-05-03 21:09:30 +00:00
parent 41e67d0f6f
commit 0354e19c31

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.9, [michael@metaparadigm.com])
AC_INIT([json-c], 0.10, [michael@metaparadigm.com])
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)