libepc r250 - trunk



Author: murrayc
Date: Tue Oct 21 09:04:12 2008
New Revision: 250
URL: http://svn.gnome.org/viewvc/libepc?rev=250&view=rev

Log:
Increased version

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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Tue Oct 21 09:04:12 2008
@@ -1,8 +1,8 @@
 Release 0.3.8
 =============
 
-	* Drop redundant epc_gettext() function (Mathias Hasselmann).
-	* Make unit tests more robust (Mathias Hasselmann).
+	* Drop redundant epc_gettext() function. (Mathias Hasselmann).
+	* Make unit tests more robust. (Mathias Hasselmann).
 
 Release 0.3.7
 =============

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Tue Oct 21 09:04:12 2008
@@ -1,4 +1,4 @@
-AC_INIT([libepc], [0.3.7], [mathias openismus com])
+AC_INIT([libepc], [0.3.8], [mathias openismus com])
 AM_INIT_AUTOMAKE([-Wall dist-bzip2 subdir-objects])
 
 GNOME_COMMON_INIT
@@ -16,7 +16,7 @@
 dnl 4. If any interfaces have been added, then increment AGE.
 dnl 5. If any interfaces have been removed, then set AGE to 0.
 dnl
-LT_VERSION_INFO="1:2:0"
+LT_VERSION_INFO="2:0:0"
 AC_SUBST(LT_VERSION_INFO)
 
 AC_CONFIG_HEADER([config.h])



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