# HG changeset patch # User Guido Berhoerster # Date 1321300687 -3600 # Node ID bae8a7e2038267cc375c687fb6f339e9bccbe747 # Parent 3493e7b90e815fcb7d18cedb477edbf6860d4696 use the VERSION macro in the about dialog diff -r 3493e7b90e81 -r bae8a7e20382 pkui-icon.c --- 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);