summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@src.gnome.org>2006-09-21 20:01:43 +0000
committerMurray Cumming <murrayc@src.gnome.org>2006-09-21 20:01:43 +0000
commit27cde635bdd018ddeddea3a8b7217b313b664a56 (patch)
treecfb6f475579cb44abe4a364e916287ccb28f1981
parenta51ef4846cc405d7de0d51798c01271fb015bef9 (diff)
downloadglibmm-27cde635bdd018ddeddea3a8b7217b313b664a56.tar.gz
Increase version
-rw-r--r--ChangeLog2
-rw-r--r--NEWS8
-rw-r--r--configure.in2
3 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7367337c..d2c38f82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.12.1:
+
2006-09-14 Johannes Schmid <jhs@gnome.org>
* tools/m4/class_shared.m4: Change _IMPLEMENTS_INTERFACE to
diff --git a/NEWS b/NEWS
index 59af045e..a0c4c992 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+2.12.1:
+
+* Support optional ifdef parameters in the .hg macros,
+ to allow, for instance the --enable-atk=no option,
+ to disable the build and use of the atkmm API,
+ for use in embedded environments.
+ (Johannes Schimd, Murray Cuming, Openismus)
+
2.12.0:
Changes sinze 2.10:
diff --git a/configure.in b/configure.in
index 242d3be4..567e4c3b 100644
--- a/configure.in
+++ b/configure.in
@@ -19,7 +19,7 @@ AC_PREREQ(2.50)
#########################################################################
GLIBMM_MAJOR_VERSION=2
GLIBMM_MINOR_VERSION=12
-GLIBMM_MICRO_VERSION=0
+GLIBMM_MICRO_VERSION=1
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, [Major Version])