Browse Source

change version to 0.8

git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@22 327403b1-1117-474d-bef2-5cb71233fd97
tags/json-c-0.10-20120530
Michael Clark 17 years ago
parent
commit
a0d35c7ebf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure.in

+ 1
- 1
configure.in View File

@@ -1,7 +1,7 @@
AC_PREREQ(2.52) AC_PREREQ(2.52)


# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_INIT([JSON C Library], 0.3, [michael@metaparadigm.com], [json-c])
AC_INIT([JSON C Library], 0.8, [michael@metaparadigm.com], [json-c])


AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)




Loading…
Cancel
Save