totem-pl-parser r120 - trunk



Author: hadess
Date: Thu May  8 16:26:59 2008
New Revision: 120
URL: http://svn.gnome.org/viewvc/totem-pl-parser?rev=120&view=rev

Log:
2008-05-08  Bastien Nocera  <hadess hadess net>

	* configure.in: Up the soname and the version



Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Thu May  8 16:26:59 2008
@@ -1,7 +1,7 @@
 AC_PREREQ(2.52)
 
 m4_define(totem_version_major, 2)
-m4_define(totem_version_minor, 22)
+m4_define(totem_version_minor, 23)
 m4_define(totem_version_micro, 0)
 
 AC_INIT([totem-pl-parser],
@@ -45,7 +45,7 @@
 # - If binary compatibility has been broken (eg removed or changed interfaces)
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
-PLPARSER_LT_VERSION=11:0:1
+PLPARSER_LT_VERSION=12:0:0
 AC_SUBST(PLPARSER_LT_VERSION)
 
 TOTEM_PL_PARSER_VERSION_MAJOR=totem_version_major



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