summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ee45b2e7c..4d4853256 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
New features and significant updates in version...
+Major changes in 3.25.90:
+- Move to meson build system
+- Fix media-player keys usage to match API documentation
+- Fix internal video widget API documentation
+- Remove unused totem-audio-preview
+- Split off video thumbnailer into thumbnailer and gallery maker
+- Blacklist bmcdec plugin in the thumbnailer
+
Major changes in 3.24.0:
- Translation updates
- Add Flatpak build definition
diff --git a/meson.build b/meson.build
index c2a999881..efb961f67 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'totem', 'c',
- version: '3.24.0',
+ version: '3.25.90',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',