summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-09-06 11:07:41 +0200
committerBastien Nocera <hadess@hadess.net>2019-09-06 11:07:41 +0200
commit3996781377b6526d85f7d066858ee89e25efcdca (patch)
tree43276814abc9ea6853b29d6f8c0ed1f8bd0f50b1
parent159755adcecd261ba0035e8b371e6c396327ee7b (diff)
downloadtotem-3996781377b6526d85f7d066858ee89e25efcdca.tar.gz
3.34.0V_3_34_0
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e08aa5beb..3dbd25d31 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
New features and significant updates in version...
+Major changes in 3.34.0:
+- Make introspection non-optional for the plugin system to work
+- Translation updates
+
Major changes in 3.33.90:
- Update application icon
- Use title case for the "Open Containing Folder" menu item
diff --git a/meson.build b/meson.build
index f02ed5336..272b62561 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'totem', 'c',
- version: '3.33.90',
+ version: '3.34.0',
license: 'GPL2+ with exception',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.46.0'