summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2009-04-24 15:33:13 -0600
committerLloyd Hilaiel <lloyd@hilaiel.com>2009-04-24 15:33:13 -0600
commit463f08cc38212eafaab98ae00eb6e717dba401aa (patch)
tree23c8c56462eb40315c70c24d0d720862b64ce457 /CMakeLists.txt
parent8804b2841f04f6e101638a59fcd318ebc00a017c (diff)
downloadyajl-463f08cc38212eafaab98ae00eb6e717dba401aa.tar.gz
bump trunk to 1.0.5
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 f383afd..6ec4f87 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,7 +34,7 @@ PROJECT(YetAnotherJSONParser)
SET (YAJL_MAJOR 1)
SET (YAJL_MINOR 0)
-SET (YAJL_MICRO 4)
+SET (YAJL_MICRO 5)
SET (YAJL_DIST_NAME "yajl-${YAJL_MAJOR}.${YAJL_MINOR}.${YAJL_MICRO}")