summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2009-04-01 19:57:13 +0300
committerLloyd Hilaiel <lloyd@hilaiel.com>2009-04-01 19:57:13 +0300
commitc00c79953ed8ab1c2ccd89af9459d3d23545dc5d (patch)
treed4b88498ff4814059a254e6a2067598dd78f5715 /CMakeLists.txt
parent6c00f290e121fc97b49c217000456650fafda61b (diff)
downloadyajl-c00c79953ed8ab1c2ccd89af9459d3d23545dc5d.tar.gz
bump trunk to 1.0.2
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 46fed3a..3ba9795 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,7 +34,7 @@ PROJECT(YetAnotherJSONParser)
SET (YAJL_MAJOR 1)
SET (YAJL_MINOR 0)
-SET (YAJL_MICRO 1)
+SET (YAJL_MICRO 2)
SET (YAJL_DIST_NAME "yajl-${YAJL_MAJOR}.${YAJL_MINOR}.${YAJL_MICRO}")