mirror of
https://github.com/json-c/json-c.git
synced 2026-04-09 23:39:06 +08:00
Add const correctness to public interfaces
Gerard Krol, g dot c dot krol at student dot tudelft dot nl Update version number to 0.9 git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@27 327403b1-1117-474d-bef2-5cb71233fd97
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
AC_PREREQ(2.52)
|
||||
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
AC_INIT([json-c], 0.8, [michael@metaparadigm.com])
|
||||
AC_INIT([json-c], 0.9, [michael@metaparadigm.com])
|
||||
|
||||
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user