[totem] 3.0.0



commit b689d62107490d91d1e1a8060d821a160b931862
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Apr 4 13:49:45 2011 +0100

    3.0.0

 NEWS         |    5 +++++
 configure.in |    6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5c887ab..dcd441d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
 New features and significant updates in version...
 
+3.0.0:
+* Fix packing and spacing in the properties
+* Fix subtitle downloader and jamendo plugins
+* Loads more translations
+
 2.91.93:
 * Fix activation of all Python plugins
 * Make Python console work again
diff --git a/configure.in b/configure.in
index 676b3b8..27a3497 100644
--- a/configure.in
+++ b/configure.in
@@ -1,8 +1,8 @@
 AC_PREREQ(2.52)
 
-m4_define(totem_version_major, 2)
-m4_define(totem_version_minor, 91)
-m4_define(totem_version_micro, 93)
+m4_define(totem_version_major, 3)
+m4_define(totem_version_minor, 0)
+m4_define(totem_version_micro, 0)
 
 # The version of the API exposed to plugins
 m4_define(totem_api_version_major, 1)



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