summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2006-07-24 17:11:34 +0000
committerMurray Cumming <murrayc@src.gnome.org>2006-07-24 17:11:34 +0000
commit5f8cb53e599a9604b1c3061f6731c8b09a5fdafe (patch)
treed27356cdef72b0ab62abfdf5a168c47644b4bcc7 /configure.in
parent9c53a586e89cb668a8160ab7615ef074a5b54f6a (diff)
downloadglibmm-5f8cb53e599a9604b1c3061f6731c8b09a5fdafe.tar.gz
2.11.3:
2006-04-25 Murray Cumming <murrayc@murrayc.com> * configure.in: * glib/glibmmconfig.h.in: * scripts/reduced.m4: Added a --enable-api-default-signal-handlers option. This defines GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED, which is used to #ifdef default signal handlers. This saves on library code size (less code and API symbols) and application code size and loading time (less virtual methods, which must be imported and resolved at load time) and per-object memory size (smaller object sizes because of less virtual methods.) * tools/m4/class_interface.m4: * tools/m4/class_shared.m4: Put default signal handler code in #ifdefs.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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])