jansson 1.2 v1.2
authorPetri Lehtinen <petri@digip.org>
Thu, 21 Jan 2010 19:07:14 +0000 (21:07 +0200)
committerPetri Lehtinen <petri@digip.org>
Thu, 21 Jan 2010 19:49:10 +0000 (21:49 +0200)
CHANGES
configure.ac
doc/conf.py
src/Makefile.am

diff --git a/CHANGES b/CHANGES
index 4bba484..02f28c4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
-Version 1.2 (in development)
-============================
+Version 1.2
+===========
+
+Released 2010-01-21
 
 * New functions:
 
index 917c04a..95a207e 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([jansson], [1.1.3+], [petri@digip.org])
+AC_INIT([jansson], [1.2], [petri@digip.org])
 
 AM_INIT_AUTOMAKE([1.10 foreign])
 
index be0a673..06530e3 100644 (file)
@@ -50,9 +50,9 @@ copyright = u'2009, Petri Lehtinen'
 # built documents.
 #
 # The short X.Y version.
-version = '1.1'
+version = '1.2'
 # The full version, including alpha/beta/rc tags.
-release = '1.1.3+'
+release = '1.2'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
index 87123a0..e70077b 100644 (file)
@@ -15,6 +15,6 @@ libjansson_la_SOURCES = \
        value.c
 libjansson_la_LDFLAGS = \
        -export-symbols-regex '^json_' \
-       -version-info 1:2:1
+       -version-info 2:0:2
 
 AM_CFLAGS = -Wall -Wextra -Werror