gtkmm r1023 - in trunk: . docs
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtkmm r1023 - in trunk: . docs
- Date: Mon, 4 Aug 2008 13:51:06 +0000 (UTC)
Author: murrayc
Date: Mon Aug 4 13:51:06 2008
New Revision: 1023
URL: http://svn.gnome.org/viewvc/gtkmm?rev=1023&view=rev
Log:
Increased version
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.in
trunk/docs/Makefile.am
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Mon Aug 4 13:51:06 2008
@@ -1,3 +1,15 @@
+2.13.6 (unstable):
+
+* ComboBoxEntry: Added get_active_text().
+* Widget: Added the drag_failed signal, with no default signal handler.\
+ (Murray Cumming)
+* Build:
+ - Correct the C++ compiler check for autogening with libtool 2.2.
+ (RÃmi Cardona)
+ - Calendar: Removed spurious ; characters.
+ (Benjamin Herr) Bug #544848.
+*
+
2.13.5 (unstable):
Gtk:
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Mon Aug 4 13:51:06 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], [13])
-pushdef([GTKMM_MICRO_VERSION], [5])
+pushdef([GTKMM_MICRO_VERSION], [6])
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])
Modified: trunk/docs/Makefile.am
==============================================================================
--- trunk/docs/Makefile.am (original)
+++ trunk/docs/Makefile.am Mon Aug 4 13:51:06 2008
@@ -3,7 +3,7 @@
SUBDIRS = FAQ images reference
-EXTRA_DIST = Makefile_web.am_fragment index.html
+EXTRA_DIST = Makefile_web.am_fragment
#gtkmm_doc_DATA =
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]