From f94ed1c93be68a73670f159bb28a5b9b5b5d3fc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Mo=C5=84?= Date: Mon, 14 Jan 2013 17:13:46 +0100 Subject: [PATCH] Tag version 0.4.0. --- gui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui.c b/gui.c index c6c9c7d..b30746a 100644 --- a/gui.c +++ b/gui.c @@ -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");