Skip to content

Commit 43e25c3

Browse files
committed
Fixed documentation example. Bounced version number.
1 parent 2a787ec commit 43e25c3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ import os
7373
import os.path
7474
import sys
7575

76-
JSONCPP_VERSION = '0.1'
76+
JSONCPP_VERSION = '0.2'
7777
DIST_DIR = '#dist'
7878

7979
options = Variables()

doc/jsoncpp.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Here is an example of JSON data:
2222
],
2323

2424
// Tab indent size
25-
indent : { length : 3, use_space = true }
25+
"indent" : { "length" : 3, "use_space" = true }
2626
}
2727
\endverbatim
2828

0 commit comments

Comments
 (0)