traised version - tomb - the crypto undertaker
 (HTM) git clone git://parazyd.org/tomb.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit cb53eb493de526f416666dfb58874567ec58463a
 (DIR) parent 3a9080512789893ddc4cd31386507ab0a31ae7a6
 (HTM) Author: Jaromil <jaromil@dyne.org>
       Date:   Thu, 24 Feb 2011 11:44:41 +0100
       
       raised version
       
       also url and credits
       
       Diffstat:
         M src/tomb                            |       2 +-
         M src/tomb-status.c                   |       3 ++-
       
       2 files changed, 3 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/src/tomb b/src/tomb
       t@@ -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   
 (DIR) diff --git a/src/tomb-status.c b/src/tomb-status.c
       t@@ -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();