changeset 25:bae8a7e20382

use the VERSION macro in the about dialog
author Guido Berhoerster <gber@opensuse.org>
date Mon, 14 Nov 2011 20:58:07 +0100
parents 3493e7b90e81
children a8d8fba520ec
files pkui-icon.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pkui-icon.c	Sat Oct 22 10:20:14 2011 +0200
+++ b/pkui-icon.c	Mon Nov 14 20:58:07 2011 +0100
@@ -154,7 +154,7 @@
 	if (strcmp(translators, "translators") == 0)
 	    translators = NULL;
 
-	gtk_show_about_dialog (NULL, "version", "0.1", "copyright", copyright,
+	gtk_show_about_dialog (NULL, "version", VERSION, "copyright", copyright,
 	    "authors", authors, "documenters", documenters,
 	    "translator-credits", translators, "license", license,
 	    "wrap-license", TRUE, NULL);