pangomm r27 - trunk



Author: murrayc
Date: Mon Nov 10 12:40:08 2008
New Revision: 27
URL: http://svn.gnome.org/viewvc/pangomm?rev=27&view=rev

Log:
Increased version

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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Nov 10 12:40:08 2008
@@ -1,3 +1,11 @@
+2.14.1:
+
+* Windows build: Use the new DLL naming convention, like boost.
+  (Armin Burgmeier)
+* Documentation:
+  - Corrected the index page for DevHelp.
+    (Deng Xiyue) Bug #559896
+
 2.14.0:
 
 * Language: Added get_scripts().

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Nov 10 12:40: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([PANGOMM_MAJOR_VERSION],     [2])
 pushdef([PANGOMM_MINOR_VERSION],     [14])
-pushdef([PANGOMM_MICRO_VERSION],     [0])
+pushdef([PANGOMM_MICRO_VERSION],     [1])
 pushdef([PANGOMM_EXTRA_VERSION],     [])
 pushdef([PANGOMM_VERSION], PANGOMM_MAJOR_VERSION.PANGOMM_MINOR_VERSION.PANGOMM_MICRO_VERSION[]PANGOMM_EXTRA_VERSION)
 AC_INIT([pangomm], PANGOMM_VERSION, [gtkmm-list gnome org])



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