mirror of
https://github.com/tstellar/bygfoot.git
synced 2025-02-21 22:07:39 +01:00
included version number and year
This commit is contained in:
parent
6bbcf1ab21
commit
f82cac4882
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user