bakery r120 - trunk



Author: murrayc
Date: Mon Dec  8 17:47:56 2008
New Revision: 120
URL: http://svn.gnome.org/viewvc/bakery?rev=120&view=rev

Log:
Increased version

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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Dec  8 17:47:56 2008
@@ -1,3 +1,9 @@
+2.6.1:
+
+* Correctly register the document with the recent files system even if 
+  the file (such as a template) was resaved while opening.
+  (Murray Cumming)
+
 2.6.0:
 
 (Bakery-2.6 installs in parallel with bakery-2.4.)

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Dec  8 17:47:56 2008
@@ -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],     [0])
+pushdef([GENERIC_MICRO_VERSION],     [1])
 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]