summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2009-04-15 15:51:30 +0300
committerLloyd Hilaiel <lloyd@hilaiel.com>2009-04-15 15:54:08 +0300
commit2ab33b94575eee54a2b22e2ba1235301105f9b6a (patch)
treeed298c0ab795f904b2452f841beb3af3a26ca2ca
parent4a5a7c889cf2ec5daf0f29c31c0401ca77e596ff (diff)
downloadyajl-2ab33b94575eee54a2b22e2ba1235301105f9b6a.tar.gz
bump trunk to 1.0.3 after updating doxygen documentation (code sample)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3ba9795..9025fed 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,7 +34,7 @@ PROJECT(YetAnotherJSONParser)
SET (YAJL_MAJOR 1)
SET (YAJL_MINOR 0)
-SET (YAJL_MICRO 2)
+SET (YAJL_MICRO 3)
SET (YAJL_DIST_NAME "yajl-${YAJL_MAJOR}.${YAJL_MINOR}.${YAJL_MICRO}")