diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,5 @@ +2.8.16: + 2007-04-30 Johannes Schmid <johannes.schmid@openismus.com> * tools/generate_wrap_init.pl.in: @@ -1,3 +1,8 @@ +2.8.16: + +* Correctly ifdef-out initialization of deprecated classes. + (Johannes Schmid, Openismus) + 2.8.15: * Correct initialization when using --disable-deprecated to reduce the API. diff --git a/configure.in b/configure.in index 43e1842e..0ee702a0 100644 --- a/configure.in +++ b/configure.in @@ -19,7 +19,7 @@ AC_PREREQ(2.50) ######################################################################### GLIBMM_MAJOR_VERSION=2 GLIBMM_MINOR_VERSION=8 -GLIBMM_MICRO_VERSION=15 +GLIBMM_MICRO_VERSION=16 GLIBMM_VERSION=$GLIBMM_MAJOR_VERSION.$GLIBMM_MINOR_VERSION.$GLIBMM_MICRO_VERSION GLIBMM_RELEASE=$GLIBMM_MAJOR_VERSION.$GLIBMM_MINOR_VERSION AC_DEFINE_UNQUOTED(GLIBMM_MAJOR_VERSION, $GLIBMM_MAJOR_VERSION) |