totem-pl-parser r219 - branches/gnome-2-24



Author: hadess
Date: Sun Sep 21 17:48:09 2008
New Revision: 219
URL: http://svn.gnome.org/viewvc/totem-pl-parser?rev=219&view=rev

Log:
2008-09-21  Bastien Nocera  <hadess hadess net>

	* NEWS: upd
	* configure.in: 2.24.0



Modified:
   branches/gnome-2-24/ChangeLog
   branches/gnome-2-24/NEWS
   branches/gnome-2-24/configure.in

Modified: branches/gnome-2-24/NEWS
==============================================================================
--- branches/gnome-2-24/NEWS	(original)
+++ branches/gnome-2-24/NEWS	Sun Sep 21 17:48:09 2008
@@ -1,5 +1,8 @@
 New features and significant updates in version...
 
+2.24.0:
+* Updated translations
+
 2.23.91:
 * Add support for parsing Zune and ZENCast URLs
 * Fix parsing broken podcasts with HTML comments in them

Modified: branches/gnome-2-24/configure.in
==============================================================================
--- branches/gnome-2-24/configure.in	(original)
+++ branches/gnome-2-24/configure.in	Sun Sep 21 17:48:09 2008
@@ -1,8 +1,8 @@
 AC_PREREQ(2.52)
 
 m4_define(totem_version_major, 2)
-m4_define(totem_version_minor, 23)
-m4_define(totem_version_micro, 91)
+m4_define(totem_version_minor, 24)
+m4_define(totem_version_micro, 0)
 
 AC_INIT([totem-pl-parser],
         [totem_version_major.totem_version_minor.totem_version_micro],
@@ -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=12:2:0
+PLPARSER_LT_VERSION=12:3: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]