mirror of https://github.com/tstellar/bygfoot.git
included version number and year
This commit is contained in:
parent
6bbcf1ab21
commit
f82cac4882
|
@ -38,9 +38,10 @@
|
||||||
#include "gettext_macros.h"
|
#include "gettext_macros.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Program version number.
|
* Program version number and year (copyright).
|
||||||
*/
|
*/
|
||||||
#define VERS "2.1.0"
|
#define VERS "2.1.0"
|
||||||
|
#define YEAR "2005 - 2007"
|
||||||
|
|
||||||
/** Home dir name */
|
/** Home dir name */
|
||||||
//#define HOMEDIRNAME ".bygfoot-cvs"
|
//#define HOMEDIRNAME ".bygfoot-cvs"
|
||||||
|
@ -164,7 +165,8 @@ typedef struct
|
||||||
*sponsors,
|
*sponsors,
|
||||||
*mmatches,
|
*mmatches,
|
||||||
*bets,
|
*bets,
|
||||||
*splash;
|
*splash,
|
||||||
|
*training_camp;
|
||||||
|
|
||||||
/** The position of the horizontal divider is stored here. */
|
/** The position of the horizontal divider is stored here. */
|
||||||
gint paned_pos;
|
gint paned_pos;
|
||||||
|
|
Loading…
Reference in New Issue