Tag version 0.4.0.

This commit is contained in:
Tomasz Moń
2013-01-14 17:13:46 +01:00
parent 7023e1fa92
commit f94ed1c93b

4
gui.c
View File

@@ -1164,9 +1164,9 @@ static void action_show_about_dialog_cb(GtkAction *action)
NULL
};
static const gchar copyright[] = "Copyright \xc2\xa9 2009 Tomasz Moń";
static const gchar copyright[] = "Copyright \xc2\xa9 2009-2013 Tomasz Moń";
static const gchar website[] = "http://desowin.org/gdigi/";
static const gchar version[] = "0.3.0";
static const gchar version[] = "0.4.0";
GtkWidget *window = g_object_get_data(G_OBJECT(action), "window");