summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9bdb8adaa..41c3fd8e4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
New features and significant updates in version...
+Major changes in 3.6.3:
+- Really stop using the soundpitch plugin
+- Fix playback of some audio types failing
+
Major changes in 3.6.2:
- Make Ogg video streaming work again
(the soundpitch plugin in gst-plugins-bad is broken)
diff --git a/configure.in b/configure.in
index 954cf7a2e..69235d14b 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_PREREQ(2.52)
m4_define(totem_version_major, 3)
m4_define(totem_version_minor, 6)
-m4_define(totem_version_micro, 2)
+m4_define(totem_version_micro, 3)
# The version of the API exposed to plugins
m4_define(totem_api_version_major, 1)