summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2011-11-28 12:44:33 -0700
committerLloyd Hilaiel <lloyd@hilaiel.com>2011-11-28 12:44:33 -0700
commit84fe4e84115099eed3a318337b33141875033676 (patch)
treeb5fbec163663f8324389d320dd92991ba5a2b62d
parent52c559dafce0e9f5b9b54e1dfe893bd3bd9d4873 (diff)
downloadyajl-84fe4e84115099eed3a318337b33141875033676.tar.gz
bump yajl version to 2.1.0 on the 2.1.0 branch
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b38b1a8..e3e2141 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,8 +17,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
PROJECT(YetAnotherJSONParser C)
SET (YAJL_MAJOR 2)
-SET (YAJL_MINOR 0)
-SET (YAJL_MICRO 3)
+SET (YAJL_MINOR 1)
+SET (YAJL_MICRO 0)
SET (YAJL_DIST_NAME "yajl-${YAJL_MAJOR}.${YAJL_MINOR}.${YAJL_MICRO}")