summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@src.gnome.org>2007-10-05 07:58:20 +0000
committerMurray Cumming <murrayc@src.gnome.org>2007-10-05 07:58:20 +0000
commite4573ea38ec65500c1f30460004387785c185446 (patch)
tree88ef93dfadb7330878aa6599dc0f9c63a6334ebb
parent3c51ebf9339abe765f854a1799e245f48fed1c6d (diff)
downloadglibmm-e4573ea38ec65500c1f30460004387785c185446.tar.gz
Increased version
svn path=/branches/glibmm-2-14/; revision=450
-rw-r--r--ChangeLog2
-rw-r--r--NEWS10
-rw-r--r--configure.in2
3 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bf91b71b..d2b93bac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.14.1:
+
2007-09-29 Rémi Cardona <remi@gentoo.org>
* configure.in:
diff --git a/NEWS b/NEWS
index c7ad9dca..d4dffbd1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+2.14.1:
+
+* Glib::wrap(): Don't fail when wrapping an interface that
+ is implemented by an unrecognized type.
+ gmmproc-generated code now uses the new wrap_auto_interface(),
+ so newly-generated source code will require this latest glibmm
+ version.
+* Increase version number check for glib.
+ (Rémi Cardona)
+
2.14:
Changes sinze 2.12:
diff --git a/configure.in b/configure.in
index 6c0c8214..b60414c2 100644
--- a/configure.in
+++ b/configure.in
@@ -19,7 +19,7 @@ AC_PREREQ(2.50)
#########################################################################
GLIBMM_MAJOR_VERSION=2
GLIBMM_MINOR_VERSION=14
-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])