From a27d8b2fda9049257978cf5c82bed1f01ae2bc0e Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Mon, 31 Jul 2006 17:10:39 +0000 Subject: Increased version --- ChangeLog | 2 ++ NEWS | 6 ++++++ configure.in | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9bb3a6e9..73a36f68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +2.10.5: + 2006-04-25 Murray Cumming * configure.in: diff --git a/NEWS b/NEWS index 33c6267d..3e4ac6ca 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +2.10.5: + +* 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.10.4: * Convert functions: Do not try to throw null exceptions when using diff --git a/configure.in b/configure.in index 4b86515d..c49ac30e 100644 --- a/configure.in +++ b/configure.in @@ -19,7 +19,7 @@ AC_PREREQ(2.50) ######################################################################### GLIBMM_MAJOR_VERSION=2 GLIBMM_MINOR_VERSION=10 -GLIBMM_MICRO_VERSION=4 +GLIBMM_MICRO_VERSION=5 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]) -- cgit v1.2.1