[atlantik-cvs] CVS: kdegames/atlantik/client main.h,1.23,1.24
| Newsgroups | gmane.comp.kde.devel.atlantik |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/kde/kdegames/atlantik/client In directory office:/tmp/cvs-serv13838/client Modified Files: main.h Log Message: monopd 0.6.0 API fixes, okayed by Will Andrews (#kde-freebsd) Index: main.h =================================================================== RCS file: /home/kde/kdegames/atlantik/client/main.h,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- main.h 2002/09/11 01:40:59 1.23 +++ main.h 2002/10/23 15:56:41 1.24 @@ -17,11 +17,11 @@ #ifndef ATLANTIK_MAIN_H #define ATLANTIK_MAIN_H -#define ATLANTIK_VERSION 041 -#define ATLANTIK_VERSION_STRING "0.4.1 (CVS >= 20020911)" +#define ATLANTIK_VERSION 050 +#define ATLANTIK_VERSION_STRING "0.5.0" #define ATLANTIK_VERSION_MAJOR 0 -#define ATLANTIK_VERSION_MINOR 4 -#define ATLANTIK_VERSION_RELEASE 1 +#define ATLANTIK_VERSION_MINOR 5 +#define ATLANTIK_VERSION_RELEASE 0 int main(int, char *[]);