- Documentation generation is no longer handled by SCons. The script doxybuild.py is used to generate the documentation on demand.
- Added file 'version' that contains jsoncpp version number. It is used by both SConstruct and doxybuild.py.
- Updated README.txt with documentation build instruction, and instructions to add a test case.


diff --git a/version b/version
new file mode 100644
index 0000000..ab67193
--- /dev/null
+++ b/version
@@ -0,0 +1 @@
+0.5.0-rc
\ No newline at end of file