diff options
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ New features and significant updates in version... +Major changes in 3.16.4: +- Fix selection not working after visiting Channels page +- Fix MPRIS plugin following internal API changes +- Revert Wayland compatibility changes, it's not a required + change in GNOME 3.16 + Major changes in 3.16.3: - Fix ASF videos not being thumbnailed - Bring back video inside the window under Wayland diff --git a/configure.ac b/configure.ac index 133ae59c1..bd53f0174 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ[(2.64)] m4_define(totem_version_major, 3) m4_define(totem_version_minor, 16) -m4_define(totem_version_micro, 3) +m4_define(totem_version_micro, 4) # The version of the API exposed to plugins m4_define(totem_api_version_major, 1) |