summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-08-02 16:22:05 +0200
committerBastien Nocera <hadess@hadess.net>2019-08-06 11:44:25 +0200
commite80fb563648eaaa314884443ae3c2029f9777e4a (patch)
tree118f24a4805c0f249b65e72d1045e0ca118c5cc8
parent25ef1f355895c254372c01016f68c02a4ce2994f (diff)
downloadtotem-e80fb563648eaaa314884443ae3c2029f9777e4a.tar.gz
3.33.90
-rw-r--r--NEWS5
-rw-r--r--meson.build2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7d6de1845..e08aa5beb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
New features and significant updates in version...
+Major changes in 3.33.90:
+- Update application icon
+- Use title case for the "Open Containing Folder" menu item
+- Disable VAAPI support for now, it's too buggy
+
Major changes in 3.33.0:
- Add "Open containing folder" menu item
- Include "totem" in the desktop keywords
diff --git a/meson.build b/meson.build
index a6f6f8ec3..b66d19bd0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'totem', 'c',
- version: '3.33.0',
+ version: '3.33.90',
license: 'GPL2+ with exception',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.46.0'