included version number and year

This commit is contained in:
mrsmola 2007-01-18 17:20:40 +00:00
parent 6bbcf1ab21
commit f82cac4882
1 changed files with 4 additions and 2 deletions

View File

@ -38,9 +38,10 @@
#include "gettext_macros.h"
/**
* Program version number.
* Program version number and year (copyright).
*/
#define VERS "2.1.0"
#define YEAR "2005 - 2007"
/** Home dir name */
//#define HOMEDIRNAME ".bygfoot-cvs"
@ -164,7 +165,8 @@ typedef struct
*sponsors,
*mmatches,
*bets,
*splash;
*splash,
*training_camp;
/** The position of the horizontal divider is stored here. */
gint paned_pos;