From 43e25c3b0900a891db41568542da626d12b784d0 Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Thu, 19 Nov 2009 19:03:14 +0000 Subject: [PATCH] Fixed documentation example. Bounced version number. --- SConstruct | 2 +- doc/jsoncpp.dox | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SConstruct b/SConstruct index be142c3..a22d4c9 100644 --- a/SConstruct +++ b/SConstruct @@ -73,7 +73,7 @@ import os import os.path import sys -JSONCPP_VERSION = '0.1' +JSONCPP_VERSION = '0.2' DIST_DIR = '#dist' options = Variables() diff --git a/doc/jsoncpp.dox b/doc/jsoncpp.dox index 34dda5e..fc7b530 100644 --- a/doc/jsoncpp.dox +++ b/doc/jsoncpp.dox @@ -22,7 +22,7 @@ Here is an example of JSON data: ], // Tab indent size - indent : { length : 3, use_space = true } + "indent" : { "length" : 3, "use_space" = true } } \endverbatim