From: Eric Haszlakiewicz Date: Tue, 3 May 2011 21:09:30 +0000 (+0000) Subject: Bump the version to 0.10, since that's what we were at. X-Git-Tag: json-c-0.10-20120530~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0354e19c31a82f153408195c5c0805bddfc1ac7e;p=json-c 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 --- diff --git a/configure.in b/configure.in index 8f0fff3..7e2bbc8 100644 --- a/configure.in +++ b/configure.in @@ -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)