bakery r134 - trunk



Author: murrayc
Date: Tue Feb 10 16:36:30 2009
New Revision: 134
URL: http://svn.gnome.org/viewvc/bakery?rev=134&view=rev

Log:
Increased version.

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Tue Feb 10 16:36:30 2009
@@ -1,3 +1,11 @@
+2.6.3:
+
+* document_history_add(): Check that the file really exists, because 
+  GtkRecentManager issues a critical warning otherwise.
+  (Murray Cumming, Johannes Schmid)
+* Build: Fixed a compiler warning in the examples.
+  (Johannes Schmid)
+
 2.6.2:
 
 * Mark the File, Edit, and Help menu titles for translation.

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue Feb 10 16:36:30 2009
@@ -6,7 +6,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([GENERIC_MAJOR_VERSION],     [2])
 pushdef([GENERIC_MINOR_VERSION],     [6])
-pushdef([GENERIC_MICRO_VERSION],     [2])
+pushdef([GENERIC_MICRO_VERSION],     [3])
 pushdef([GENERIC_EXTRA_VERSION],     [])
 pushdef([GENERIC_VERSION], GENERIC_MAJOR_VERSION.GENERIC_MINOR_VERSION.GENERIC_MICRO_VERSION[]GENERIC_EXTRA_VERSION)
 AC_INIT([bakery], GENERIC_VERSION, [gtkmm-list gnome org])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]