Assemble a version without git revision for ident strings

This commit is contained in:
Christian Dywan 2008-12-09 02:22:58 +01:00
parent 94cb65d6ad
commit 89ac82d0d6

View file

@ -777,7 +777,10 @@ generate_ident_string (MidoriIdentity identify_as)
"Unknown";
#endif
const gchar* appname = "Midori/" PACKAGE_VERSION;
const gchar* appname = "Midori/"
G_STRINGIFY (MIDORI_MAJOR_VERSION) "."
G_STRINGIFY (MIDORI_MINOR_VERSION) "."
G_STRINGIFY (MIDORI_MICRO_VERSION);
const gchar* lang = pango_language_to_string (gtk_get_default_language ());