[cheese] Prepare 3.33.90



commit e585119934c7afbcce5aaabab097305ce1f59576
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Aug 5 16:54:55 2019 -0500

    Prepare 3.33.90

 NEWS        | 6 ++++++
 meson.build | 6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1311053a..232daaba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
 ChangeLog for Cheese
 --------------------
 
+version 3.33.90
+  - Switch to meson build system (thanks Iñigo!)
+  - New app icon
+  - New keyboard shortcuts window
+  - Many updated translations
+
 version 3.32.0
   - Added/Updated Translations
     - cs, courtesy of Marek Černocký
diff --git a/meson.build b/meson.build
index c06789fe..104beadd 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'cheese', ['c', 'vala'],
-  version: '3.32.0',
+  version: '3.33.90',
   license: 'GPL2',
   default_options: 'buildtype=debugoptimized',
   meson_version: '>= 0.50.0',
@@ -35,12 +35,12 @@ cheese_namespace = 'org.gnome.Cheese'
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
 current = 8
-revision = 12
+revision = 13
 age = 0
 libcheese_version = '@0@.@1@.@2@'.format(current - age, age, revision)
 
 current = 26
-revision = 2
+revision = 3
 age = 1
 libcheese_gtk_version = '@0@.@1@.@2@'.format(current - age, age, revision)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]