pangomm r12 - in trunk: . docs



Author: murrayc
Date: Mon Aug  4 10:26:32 2008
New Revision: 12
URL: http://svn.gnome.org/viewvc/pangomm?rev=12&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 10:26:32 2008
@@ -1,3 +1,10 @@
+2.13.7:
+
+* Build: Require a correct version of pango.
+  (Sebastian Bacher)
+* Documentation: Correct some mentions of pangomm-2.4 to pangomm-1.4.
+  (Deng Xiyue)
+
 2.13.6:
 
 * Layout: Added get_height(), set_height(), get_baseline().

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Aug  4 10:26:32 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],     [13])
-pushdef([PANGOMM_MICRO_VERSION],     [6])
+pushdef([PANGOMM_MICRO_VERSION],     [7])
 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])

Modified: trunk/docs/Makefile.am
==============================================================================
--- trunk/docs/Makefile.am	(original)
+++ trunk/docs/Makefile.am	Mon Aug  4 10:26:32 2008
@@ -3,7 +3,7 @@
 
 SUBDIRS = images reference
 
-EXTRA_DIST = Makefile_web.am_fragment index.html
+EXTRA_DIST = Makefile_web.am_fragment
 
 # pangomm_doc_DATA = 
 



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