[atlantik-cvs] CVS: kdegames/atlantik/client main.h,1.24,1.24.4.1
| Newsgroups | gmane.comp.kde.devel.atlantik |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/kde/kdegames/atlantik/client
In directory office:/tmp/cvs-serv24813/client
Modified Files:
Tag: KDE_3_1_BRANCH
main.h
Log Message:
update ChangeLog with bugfix and version string
Index: main.h
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/main.h,v
retrieving revision 1.24
retrieving revision 1.24.4.1
diff -u -d -r1.24 -r1.24.4.1
--- main.h 23 Oct 2002 15:56:41 -0000 1.24
+++ main.h 19 Dec 2002 00:46:48 -0000 1.24.4.1
@@ -17,11 +17,11 @@
#ifndef ATLANTIK_MAIN_H
#define ATLANTIK_MAIN_H
-#define ATLANTIK_VERSION 050
-#define ATLANTIK_VERSION_STRING "0.5.0"
+#define ATLANTIK_VERSION 051
+#define ATLANTIK_VERSION_STRING "0.5.1"
#define ATLANTIK_VERSION_MAJOR 0
#define ATLANTIK_VERSION_MINOR 5
-#define ATLANTIK_VERSION_RELEASE 0
+#define ATLANTIK_VERSION_RELEASE 1
int main(int, char *[]);