summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLloyd Hilaiel <me@lloyd.io>2014-03-18 21:30:35 -0700
committerLloyd Hilaiel <me@lloyd.io>2014-03-18 21:30:35 -0700
commit99d4ca4c07dafd971b8482ca25fef8a631c0bb8a (patch)
treef37957e079bb99e2a7233de8b8a62826383c4c17
parentfcfff36b3bacec948ca5292f5191bcbcd52a5266 (diff)
downloadyajl-99d4ca4c07dafd971b8482ca25fef8a631c0bb8a.tar.gz
bump api version - minor bump for API additions
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c9a0c2a..4c0a9be 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 5)
+SET (YAJL_MINOR 1)
+SET (YAJL_MICRO 0)
SET (YAJL_DIST_NAME "yajl-${YAJL_MAJOR}.${YAJL_MINOR}.${YAJL_MICRO}")