summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--NEWS3
-rw-r--r--configure.in4
3 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bf6b2b3..51ff77f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+============ Version 2.25.92
+
+2009-03-03 Bastien Nocera <hadess@hadess.net>
+
+ * NEWS: upd
+ * configure.in: 2.25.92
+
============ Version 2.25.91
2009-02-17 Bastien Nocera <hadess@hadess.net>
diff --git a/NEWS b/NEWS
index 56048be..24e78b3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
New features and significant updates in version...
+2.25.92:
+* Updated translations
+
2.25.91:
* Update API documentation
* Fix PLA writing to make filenames appear correctly on the device
diff --git a/configure.in b/configure.in
index 051420f..4835baa 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_PREREQ(2.52)
m4_define(totem_version_major, 2)
m4_define(totem_version_minor, 25)
-m4_define(totem_version_micro, 91)
+m4_define(totem_version_micro, 92)
AC_INIT([totem-pl-parser],
[totem_version_major.totem_version_minor.totem_version_micro],
@@ -46,7 +46,7 @@ DBUS_REQS=0.61
# - 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=14:3:2
+PLPARSER_LT_VERSION=14:4:2
AC_SUBST(PLPARSER_LT_VERSION)
TOTEM_PL_PARSER_VERSION_MAJOR=totem_version_major