From ecf2c9b74b0b6801e988629715cdcf113d389fad Mon Sep 17 00:00:00 2001 From: Michael Clark Date: Thu, 17 May 2007 13:30:29 +0000 Subject: [PATCH] Update version number to 0.7 git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@17 327403b1-1117-474d-bef2-5cb71233fd97 --- README.html | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.html b/README.html index 7b3a65e..518a3c4 100644 --- a/README.html +++ b/README.html @@ -8,7 +8,7 @@

JSON-C - A JSON implementation in C

-

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

+

Latest release: json-c-0.7.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.

@@ -20,12 +20,8 @@

Win32 specific notes can be found here.

Please send bug reports to michael@metaparadigm.com

Please send Win32 bug reports to christopher.watford@gmail.com

-

Anonymous CVS

-

# export CVSROOT=:pserver:anoncvs@cvs.metaparadigm.com:/cvsroot
- # cvs login
- Logging in to :pserver:anoncvs@cvs.metaparadigm.com:2401/cvsroot
- CVS password: <enter 'anoncvs'>
- # cvs co json-c

+

Anonymous Subversion

+

# svn co http://svn.metaparadigm.com/svn/json-c/trunk json-c

Copyright Metaparadigm Pte. Ltd. 2004, 2005. Michael Clark

-- 2.40.0