jansson 1.2
This commit is contained in:
parent
2ae279e0d4
commit
8c2ca3fae6
6
CHANGES
6
CHANGES
@ -1,5 +1,7 @@
|
|||||||
Version 1.2 (in development)
|
Version 1.2
|
||||||
============================
|
===========
|
||||||
|
|
||||||
|
Released 2010-01-21
|
||||||
|
|
||||||
* New functions:
|
* New functions:
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ([2.59])
|
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])
|
AM_INIT_AUTOMAKE([1.10 foreign])
|
||||||
|
|
||||||
|
@ -50,9 +50,9 @@ copyright = u'2009, Petri Lehtinen'
|
|||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '1.1'
|
version = '1.2'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# 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
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
@ -15,6 +15,6 @@ libjansson_la_SOURCES = \
|
|||||||
value.c
|
value.c
|
||||||
libjansson_la_LDFLAGS = \
|
libjansson_la_LDFLAGS = \
|
||||||
-export-symbols-regex '^json_' \
|
-export-symbols-regex '^json_' \
|
||||||
-version-info 1:2:1
|
-version-info 2:0:2
|
||||||
|
|
||||||
AM_CFLAGS = -Wall -Wextra -Werror
|
AM_CFLAGS = -Wall -Wextra -Werror
|
||||||
|
Loading…
Reference in New Issue
Block a user