commit 4b47f94c12fc9564badca6ab3f665d52eabe536e
parent 27a8bf2830d46f32fb9c4f3ae1fcf5354a39483b
Author: Jaromil <jaromil@dyne.org>
Date: Wed, 27 Apr 2011 21:38:45 +0200
release documentation
added more contributors
Diffstat:
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/AUTHORS b/AUTHORS
@@ -4,6 +4,6 @@ Tomb is designed and written by Denis Roio aka Jaromil.
Tomb's artwork is contributed by Jordi aka Mon Mort
Testing and fixes are contributed by Dreamer, Hellekin O. Wolf,
-Shining, Mancausoft and Asbesto.
+Shining, Mancausoft, Asbesto, Anathema, Boyska and Nignux.
Cryptsetup is developed by Christophe Saout and Clemens Fruhwirth
diff --git a/configure.ac b/configure.ac
@@ -4,7 +4,7 @@ dnl ==============================================================
AC_PREREQ([2.60])
-AC_INIT([Tomb],[0.9.2],[jaromil@dyne.org],[Tomb])
+AC_INIT([Tomb],[1.0],[jaromil@dyne.org],[Tomb])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_HOST
diff --git a/src/tomb-status.c b/src/tomb-status.c
@@ -238,8 +238,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:",
- "Dreamer, Hellekin O. Wolf, Shining and Mancausoft", NULL};
- const gchar *artists[] = {"Jordi aka Món Mort - http://monmort.blogspot.com",
+ "Dreamer, Hellekin O. Wolf, Shining, Mancausoft,",
+ "Anathema, Boyska and Nignux", NULL};
+ const gchar *artists[] = {"Món Mort - http://monmort.blogspot.com",
"Asbesto Molesto - http://freaknet.org/asbesto",
NULL};
GtkWidget *dialog = gtk_about_dialog_new();