summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2013-01-28 20:38:58 -0700
committerLloyd Hilaiel <lloyd@hilaiel.com>2013-01-28 20:38:58 -0700
commit574140a599c84f7145b73269bcad6484ef06e183 (patch)
treeaf34f7ff00b2e90e01311e57ce6c050b53c48db1
parent150cc1b1a51a6653d10748c935f3a9d3ca5db69b (diff)
downloadyajl-autotools.tar.gz
update configure.ac with correct versionautotools
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c3bd773..a2c7507 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,9 +19,9 @@ LT_CURRENT=1
LT_REVISION=0
LT_AGE=0
-YAJL_MAJOR=1
+YAJL_MAJOR=2
YAJL_MINOR=0
-YAJL_MICRO=11
+YAJL_MICRO=5
dnl VERSION="${LT_CURRENT}.${LT_REVISION}.${LT_AGE}"