summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2009-02-16 11:37:48 -0700
committerLloyd Hilaiel <lloyd@hilaiel.com>2009-02-16 11:37:48 -0700
commite0ae221d21b568dc01ae24c5132e1afc7afae5f2 (patch)
tree7f10418d24cfbdafb73576c73ec6f6376d9f6987 /CMakeLists.txt
parent0382651d75952a45208bcedf3ae39e9b2a8f6cf2 (diff)
downloadyajl-e0ae221d21b568dc01ae24c5132e1afc7afae5f2.tar.gz
bump trunk to 0.4.1
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 42096a2..08a043e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,7 +34,7 @@ PROJECT(YetAnotherJSONParser)
SET (YAJL_MAJOR 0)
SET (YAJL_MINOR 4)
-SET (YAJL_MICRO 0)
+SET (YAJL_MICRO 1)
SET (YAJL_DIST_NAME "yajl-${YAJL_MAJOR}.${YAJL_MINOR}.${YAJL_MICRO}")