jansson 1.2

This commit is contained in:
Petri Lehtinen 2010-01-21 21:07:14 +02:00
parent 2ae279e0d4
commit 8c2ca3fae6
4 changed files with 8 additions and 6 deletions

View File

@ -1,5 +1,7 @@
Version 1.2 (in development)
============================
Version 1.2
===========
Released 2010-01-21
* New functions:

View 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])

View 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.

View 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