pangomm r22 - trunk
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: pangomm r22 - trunk
- Date: Sun, 21 Sep 2008 13:23:45 +0000 (UTC)
Author: murrayc
Date: Sun Sep 21 13:23:45 2008
New Revision: 22
URL: http://svn.gnome.org/viewvc/pangomm?rev=22&view=rev
Log:
Increased version
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.in
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Sun Sep 21 13:23:45 2008
@@ -1,3 +1,12 @@
+2.14.0:
+
+* Language: Added get_scripts().
+ (Murray Cumming)
+* README and COPYING fixes.
+ (Deng Xiyue)
+* Fixed the Windows build with Visual Studio Express.
+ (Armin Burgmeier)
+
2.13.8:
* Context: Added set_font_map() because the C function is now
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Sun Sep 21 13:23:45 2008
@@ -14,8 +14,8 @@
#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], [8])
+pushdef([PANGOMM_MINOR_VERSION], [14])
+pushdef([PANGOMM_MICRO_VERSION], [0])
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]