summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2011-04-25 12:58:53 -0600
committerLloyd Hilaiel <lloyd@hilaiel.com>2011-04-25 12:58:53 -0600
commita8f3663063c59449ed4cd3f9f9d9aa9949dcc8d2 (patch)
tree47e116faa8bbd477e537b518d33f711b6210a606
parent1888f552a708453055eb88e24c4d34488802995a (diff)
downloadyajl-a8f3663063c59449ed4cd3f9f9d9aa9949dcc8d2.tar.gz
bump to 2.0.02.0.0
-rw-r--r--CMakeLists.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9315502..a8d6d0a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,11 +16,9 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
PROJECT(YetAnotherJSONParser C)
-# XXX: attempt to clearly indicate that the 2.x branch is not yet stable,
-# bump to 2.0.0 and remove this comment when baked.
-SET (YAJL_MAJOR 1)
-SET (YAJL_MINOR 99)
-SET (YAJL_MICRO 99)
+SET (YAJL_MAJOR 2)
+SET (YAJL_MINOR 0)
+SET (YAJL_MICRO 0)
SET (YAJL_DIST_NAME "yajl-${YAJL_MAJOR}.${YAJL_MINOR}.${YAJL_MICRO}")