[gnome-2048] Dynamically set version in about dialog
- From: Juan R. Garcia Blanco <juanrgar src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-2048] Dynamically set version in about dialog
- Date: Tue, 18 Aug 2015 15:53:09 +0000 (UTC)
commit f88fab5f434a5fafb001132fb4d1d86128f38dfa
Author: Juan R. GarcÃa Blanco <juanrgar gmail com>
Date: Tue Aug 18 17:49:59 2015 +0200
Dynamically set version in about dialog
src/application.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/application.vala b/src/application.vala
index 98157df..016e006 100644
--- a/src/application.vala
+++ b/src/application.vala
@@ -242,7 +242,7 @@ public class Application : Gtk.Application
_about_dialog.authors = {"Juan R. GarcÃa Blanco"};
_about_dialog.copyright = "Copyright © 2014-2015 Juan R. GarcÃa Blanco";
- _about_dialog.version = "0.1";
+ _about_dialog.version = VERSION;
_about_dialog.website = "http://www.gnome.org";;
_about_dialog.license_type = Gtk.License.GPL_3_0;
_about_dialog.wrap_license = false;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]