summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-03-08 16:25:50 +0100
committerBastien Nocera <hadess@hadess.net>2019-03-08 16:25:50 +0100
commit5649a2aefa1fb8b1e5392aa2e522469ccb42bffa (patch)
tree3ac85335e038195da0c3809825c7541dcd888ad6
parente0e8d95666037e4512b7c5a4b724b0716be78844 (diff)
downloadtotem-5649a2aefa1fb8b1e5392aa2e522469ccb42bffa.tar.gz
3.32.0V_3_32_0
-rw-r--r--NEWS3
-rw-r--r--meson.build2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d9bef0f8d..78277d852 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
New features and significant updates in version...
+Major changes in 3.32.0:
+- Translation updates
+
Major changes in 3.31.92:
- Add an error message when file is encrypted, or empty,
or DVD playback is attempted with missing libraries
diff --git a/meson.build b/meson.build
index 6fe406639..2b5ce82bd 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'totem', 'c',
- version: '3.31.92',
+ version: '3.32.0',
license: 'GPL2+ with exception',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.46.0'