[atlantik-cvs] CVS: kdegames/atlantik/client main.h, 1.24.4.4, 1.24.4.5
[email protected] Mon, 13 Oct 2003 22:03:04 +0200 (CEST)
| Newsgroups | gmane.comp.kde.devel.atlantik |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/kde/kdegames/atlantik/client
In directory office:/tmp/cvs-serv3505/client
Modified Files:
Tag: KDE_3_1_BRANCH
main.h
Log Message:
backport fix for bug #65830
Index: main.h
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/main.h,v
retrieving revision 1.24.4.4
retrieving revision 1.24.4.5
diff -u -d -r1.24.4.4 -r1.24.4.5
--- main.h 17 Jun 2003 18:21:34 -0000 1.24.4.4
+++ main.h 13 Oct 2003 20:03:01 -0000 1.24.4.5
@@ -17,11 +17,11 @@
#ifndef ATLANTIK_MAIN_H
#define ATLANTIK_MAIN_H
-#define ATLANTIK_VERSION 053
-#define ATLANTIK_VERSION_STRING "0.5.3"
+#define ATLANTIK_VERSION 054
+#define ATLANTIK_VERSION_STRING "0.5.4"
#define ATLANTIK_VERSION_MAJOR 0
#define ATLANTIK_VERSION_MINOR 5
-#define ATLANTIK_VERSION_RELEASE 3
+#define ATLANTIK_VERSION_RELEASE 4
int main(int, char *[]);