[gnome-todo] application: Use the VCS tag



commit 45876f87e47615be618b6998f15476e17a101a28
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sat May 2 09:17:29 2020 -0300

    application: Use the VCS tag

 src/gtd-application.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/gtd-application.c b/src/gtd-application.c
index 9e42a5b..cbd4954 100644
--- a/src/gtd-application.c
+++ b/src/gtd-application.c
@@ -1,6 +1,6 @@
 /* gtd-application.c
  *
- * Copyright (C) 2015 Georges Basile Stavracas Neto <georges stavracas gmail com>
+ * Copyright (C) 2015-2020 Georges Basile Stavracas Neto <georges stavracas gmail com>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -27,6 +27,7 @@
 #include "gtd-manager.h"
 #include "gtd-manager-protected.h"
 #include "gtd-plugin-dialog.h"
+#include "gtd-vcs.h"
 #include "gtd-window.h"
 #include "gtd-window-private.h"
 
@@ -139,7 +140,7 @@ gtd_application_show_about (GSimpleAction *simple,
   g_autofree gchar *program_name = g_strconcat (_("To Do"), NAME_SUFFIX, NULL);
   gtk_show_about_dialog (GTK_WINDOW (self->window),
                          "program-name", program_name,
-                         "version", VERSION,
+                         "version", GTD_VCS_TAG,
                          "copyright", _("Copyright \xC2\xA9 2015–2018 The To Do authors"),
                          "license-type", GTK_LICENSE_GPL_3_0,
                          "authors", authors,


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