From 1363df08d29486d31bfb8bf527ee990f430d8250 Mon Sep 17 00:00:00 2001 From: Christopher Watford Date: Fri, 31 Jul 2009 02:50:48 +0000 Subject: [PATCH] Update version to 0.9 git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@46 327403b1-1117-474d-bef2-5cb71233fd97 --- Makefile.am | 2 +- README.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 43120b2..bf5d7ce 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -AM_CFLAGS = -Wall -std=gnu99 -D_GNU_SOURCE -D_REENTRANT +AM_CFLAGS = -Wall -Wwrite-strings -Werror -std=gnu99 -D_GNU_SOURCE -D_REENTRANT EXTRA_DIST = doc diff --git a/README.html b/README.html index e69beb9..c5cba3a 100644 --- a/README.html +++ b/README.html @@ -8,7 +8,7 @@

JSON-C - A JSON implementation in C

-

Latest release: json-c-0.8.tar.gz

+

Latest release: json-c-0.9.tar.gz

JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects.

-- 2.7.4