From 0354e19c31a82f153408195c5c0805bddfc1ac7e Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Tue, 3 May 2011 21:09:30 +0000 Subject: [PATCH] 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 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.40.0