summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--configure.ac4
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index fb4c2cc40..52e52a26f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
New features and significant updates in version...
+Major changes in 3.12.0:
+- Fix artifacts caused by GtkPopovers
+- Don't add containers in the Recent view
+- Various opensubtitles plugin bug fixes
+- Translation updates
+
Major changes in 3.11.91:
- Use popovers for menus, and remove their shadows
- Hide popups after 2 seconds not 5
diff --git a/configure.ac b/configure.ac
index eb1e9583e..336d50906 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
AC_PREREQ[(2.64)]
m4_define(totem_version_major, 3)
-m4_define(totem_version_minor, 11)
-m4_define(totem_version_micro, 91)
+m4_define(totem_version_minor, 12)
+m4_define(totem_version_micro, 0)
# The version of the API exposed to plugins
m4_define(totem_api_version_major, 1)