commit cb53eb493de526f416666dfb58874567ec58463a
parent 3a9080512789893ddc4cd31386507ab0a31ae7a6
Author: Jaromil <jaromil@dyne.org>
Date:   Thu, 24 Feb 2011 11:44:41 +0100
raised version
also url and credits
Diffstat:
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/tomb b/src/tomb
@@ -20,7 +20,7 @@
 # this source code; if not, write to:
 # Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-VERSION=0.9.3
+VERSION=1.0
 DATE=Feb/2011
 
 # PATH=/usr/bin:/usr/sbin:/bin:/sbin   
diff --git a/src/tomb-status.c b/src/tomb-status.c
@@ -230,8 +230,9 @@ gboolean right_click(GtkWidget *w, GdkEvent *e) {
 } 
 gboolean cb_about(GtkWidget *w, GdkEvent *e) {
   const gchar *authors[] = {"Jaromil - http://jaromil.dyne.org",
+			    "Code reviews and contributions by:",
 			    "Hellekin O. Wolf", NULL};
-  const gchar *artists[] = {"Jordi aka Món Mort - http://monmort.blogspot.org",
+  const gchar *artists[] = {"Jordi aka Món Mort - http://monmort.blogspot.com",
 			    "Asbesto Molesto - http://freaknet.org/asbesto",
 			    NULL};
   GtkWidget *dialog = gtk_about_dialog_new();