[atlantik-cvs] CVS: kdegames/atlantik/client main.h,1.24.4.1,1.24.4.2
| Newsgroups | gmane.comp.kde.devel.atlantik |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/kde/kdegames/atlantik/client
In directory office:/tmp/cvs-serv22746/client
Modified Files:
Tag: KDE_3_1_BRANCH
main.h
Log Message:
bugfix wrt utf-8 handling (#52644)
Index: main.h
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/main.h,v
retrieving revision 1.24.4.1
retrieving revision 1.24.4.2
diff -u -d -r1.24.4.1 -r1.24.4.2
--- main.h 19 Dec 2002 00:46:48 -0000 1.24.4.1
+++ main.h 6 Jan 2003 01:45:16 -0000 1.24.4.2
@@ -17,11 +17,11 @@
#ifndef ATLANTIK_MAIN_H
#define ATLANTIK_MAIN_H
-#define ATLANTIK_VERSION 051
-#define ATLANTIK_VERSION_STRING "0.5.1"
+#define ATLANTIK_VERSION 052
+#define ATLANTIK_VERSION_STRING "0.5.2"
#define ATLANTIK_VERSION_MAJOR 0
#define ATLANTIK_VERSION_MINOR 5
-#define ATLANTIK_VERSION_RELEASE 1
+#define ATLANTIK_VERSION_RELEASE 2
int main(int, char *[]);