Index: ChangeLog =================================================================== RCS file: /cvs/gnome/gnome-games/ChangeLog,v retrieving revision 1.188 diff -u -r1.188 ChangeLog --- ChangeLog 9 Jan 2003 15:52:12 -0000 1.188 +++ ChangeLog 9 Jan 2003 16:04:00 -0000 @@ -1,3 +1,12 @@ +2003-01-09 Alex Duggan + + * glines/glines.c, + * gnometris/tetris.cpp, gnometris/tetris.h, + * gnotravex/gnotravex.c: + Make the about dialogs in glines, gnometris and gnotravex use + the same VERSION as the rest of gnome-games + + 2003-01-08 Alex Duggan * aisleriot/menu.c, gataxx/gataxx.c, Index: glines/glines.c =================================================================== RCS file: /cvs/gnome/gnome-games/glines/glines.c,v retrieving revision 1.38 diff -u -r1.38 glines.c --- glines/glines.c 9 Jan 2003 15:52:14 -0000 1.38 +++ glines/glines.c 9 Jan 2003 16:04:02 -0000 @@ -25,9 +25,6 @@ #include "glines.h" -#undef VERSION -#define VERSION "1.9.0" - GtkWidget *bah_window = NULL; GtkWidget *draw_area; Index: gnometris/tetris.cpp =================================================================== RCS file: /cvs/gnome/gnome-games/gnometris/tetris.cpp,v retrieving revision 1.32 diff -u -r1.32 tetris.cpp --- gnometris/tetris.cpp 9 Jan 2003 15:52:18 -0000 1.32 +++ gnometris/tetris.cpp 9 Jan 2003 16:04:03 -0000 @@ -1004,7 +1004,7 @@ } about = gnome_about_new("Gnometris", - TETRIS_VERSION, + VERSION, "(C) 2000 J. Marcin Gorycki", _("Written for my wife, Matylda\n" "Send comments and bug reports to: " Index: gnometris/tetris.h =================================================================== RCS file: /cvs/gnome/gnome-games/gnometris/tetris.h,v retrieving revision 1.19 diff -u -r1.19 tetris.h --- gnometris/tetris.h 4 May 2002 16:43:54 -0000 1.19 +++ gnometris/tetris.h 9 Jan 2003 16:04:03 -0000 @@ -26,8 +26,6 @@ #include #include -#define TETRIS_VERSION "1.2.5" - extern int LINES; extern int COLUMNS; Index: gnotravex/gnotravex.c =================================================================== RCS file: /cvs/gnome/gnome-games/gnotravex/gnotravex.c,v retrieving revision 1.35 diff -u -r1.35 gnotravex.c --- gnotravex/gnotravex.c 9 Jan 2003 15:52:21 -0000 1.35 +++ gnotravex/gnotravex.c 9 Jan 2003 16:04:04 -0000 @@ -26,7 +26,6 @@ #define APPNAME "gnotravex" #define APPNAME_LONG "GNOME Tetravex" -#define GNOTRAVEX_VERSION "0.20" #define TILE_SIZE 51 @@ -1110,7 +1109,7 @@ } about = gnome_about_new(_(APPNAME_LONG), - GNOTRAVEX_VERSION, + VERSION, "(C) 1998 Lars Rydlinge", _("Tetravex clone\n(Comments to: Lars.Rydlinge@HIG.SE)"), (const char **)authors,