summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--meson.build2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d19661c2e..86377bf35 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
New features and significant updates in version...
+Major changes in 3.38.0:
+- Translation updates
+
Major changes in 3.37.90:
- Add support for Tracker 3 indexer
- Support auto-loading VTT subtitles
diff --git a/meson.build b/meson.build
index 8cea90960..1fdde7650 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'totem', 'c',
- version: '3.37.90',
+ version: '3.38.0',
license: 'GPL2+ with exception',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.50.0'