summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2020-09-10 11:10:45 +0200
committerBastien Nocera <hadess@hadess.net>2020-09-10 11:12:15 +0200
commit5fb3d0982d80cd8130b2251924cadfcea36b386a (patch)
treeee4338d2c522e9ee30832ce57f723f702917c18e
parent0d1e8a458996c4f9e23fbfdd40dd2d80998757f0 (diff)
downloadtotem-5fb3d0982d80cd8130b2251924cadfcea36b386a.tar.gz
3.38.0V_3_38_0
-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'