[shotwell] Post-release version bump for master



commit b257de5e2200f7ceb5cd0ced4bdc5195c0774a31
Author: Jens Georg <mail jensge org>
Date:   Wed Mar 21 16:19:46 2018 +0100

    Post-release version bump for master

 meson.build        |    2 +-
 src/AppWindow.vala |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index e3c1bd4..5616f38 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('Shotwell', ['vala', 'c'],
-        version : '0.28.0',
+        version : '0.29.0',
         default_options : ['buildtype=debugoptimized'])
 
 gnome = import('gnome')
diff --git a/src/AppWindow.vala b/src/AppWindow.vala
index aefe3c6..780f21c 100644
--- a/src/AppWindow.vala
+++ b/src/AppWindow.vala
@@ -599,7 +599,7 @@ public abstract class AppWindow : PageWindow {
     protected void on_about() {
         const string[] artists = { "Braunschweiger Löwe created by Magnus Manske., CC BY-SA 3.0, 
https://commons.wikimedia.org/w/index.php?curid=109735";, null };
         Gtk.show_about_dialog(this,
-            "version", Resources.APP_VERSION  + " \u2013 \"Braunschweig\"",
+            "version", Resources.APP_VERSION,
             "comments", get_app_role(),
             "copyright", Resources.COPYRIGHT,
             "website", Resources.HOME_URL,


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