gtkmm r956 - branches/gtkmm-2-12
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtkmm r956 - branches/gtkmm-2-12
- Date: Fri, 25 Jan 2008 15:12:08 +0000 (GMT)
Author: murrayc
Date: Fri Jan 25 15:12:08 2008
New Revision: 956
URL: http://svn.gnome.org/viewvc/gtkmm?rev=956&view=rev
Log:
Increase version
Modified:
branches/gtkmm-2-12/ChangeLog
branches/gtkmm-2-12/NEWS
branches/gtkmm-2-12/configure.in
Modified: branches/gtkmm-2-12/NEWS
==============================================================================
--- branches/gtkmm-2-12/NEWS (original)
+++ branches/gtkmm-2-12/NEWS Fri Jan 25 15:12:08 2008
@@ -1,3 +1,11 @@
+2.12.4:
+
+* Gtk::RecentAction: Derive from RecentChooser - this class was
+ unusable before and we didn't want to wait for the next
+ major GTK+ and gtkmm versions to fix it.
+* Build fix with gcc 4.3 pre-releases.
+ (Sebastien Bacher)
+
2.12.3:
* Documentation: Improved the devhelp file to
Modified: branches/gtkmm-2-12/configure.in
==============================================================================
--- branches/gtkmm-2-12/configure.in (original)
+++ branches/gtkmm-2-12/configure.in Fri Jan 25 15:12:08 2008
@@ -15,7 +15,7 @@
#We use pushdef here because we can't use shell variables before AC_INIT, but we want to use a variable with AC_INIT:
pushdef([GTKMM_MAJOR_VERSION], [2])
pushdef([GTKMM_MINOR_VERSION], [12])
-pushdef([GTKMM_MICRO_VERSION], [3])
+pushdef([GTKMM_MICRO_VERSION], [4])
pushdef([GTKMM_EXTRA_VERSION], [])
pushdef([GTKMM_VERSION], GTKMM_MAJOR_VERSION.GTKMM_MINOR_VERSION.GTKMM_MICRO_VERSION[]GTKMM_EXTRA_VERSION)
AC_INIT([gtkmm], GTKMM_VERSION, [gtkmm-list gnome org])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]