Fixed documentation example. Bounced version number.

This commit is contained in:
Baptiste Lepilleur 2009-11-19 19:03:14 +00:00
parent 2a787ec8e6
commit 43e25c3b09
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ import os
import os.path
import sys
JSONCPP_VERSION = '0.1'
JSONCPP_VERSION = '0.2'
DIST_DIR = '#dist'
options = Variables()

View File

@ -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