summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2011-04-04 13:49:45 +0100
committerBastien Nocera <hadess@hadess.net>2011-04-04 13:49:45 +0100
commitb689d62107490d91d1e1a8060d821a160b931862 (patch)
tree9b76579fce4bbcc1adc0baabb8bdb974089074a8
parenta2e7ade7fc6330dc2eda207af2d057ed5c402952 (diff)
3.0.0
-rw-r--r--NEWS5
-rw-r--r--configure.in6
2 files changed, 8 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 5c887abc..dcd441d9 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 676b3b88..27a34979 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)