summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--NEWS6
-rw-r--r--configure.in2
3 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d51ea4c6..68bcebff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.11.3:
+
2006-04-25 Murray Cumming <murrayc@murrayc.com>
* configure.in:
diff --git a/NEWS b/NEWS
index df25dbee..9c8d362d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+2.11.3:
+
+* Build: Added the --enable-api-default-signal-handlers option, for use in
+ embedded environments that have reduced resources. See configure --help
+ for the other subsets.
+
2.11.2:
* Date: Fix implementation of Glib::Date::set_time_current() so
diff --git a/configure.in b/configure.in
index ea481061..7afc6352 100644
--- a/configure.in
+++ b/configure.in
@@ -19,7 +19,7 @@ AC_PREREQ(2.50)
#########################################################################
GLIBMM_MAJOR_VERSION=2
GLIBMM_MINOR_VERSION=11
-GLIBMM_MICRO_VERSION=2
+GLIBMM_MICRO_VERSION=3
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])