[atlantik-cvs] CVS: kdegames/atlantik/client main.h, 1.40.4.1, 1.40.4.2

[email protected] Tue, 30 Mar 2004 11:17:49 +0200 (CEST)
Newsgroups gmane.comp.kde.devel.atlantik
Message-ID <[email protected]>
Update of /home/kde/kdegames/atlantik/client
In directory office:/tmp/cvs-serv30988/client

Modified Files:
      Tag: KDE_3_2_BRANCH
	main.h 
Log Message:
Bump version.

No changes since 0.6.1, but I prefer to have the minor version in sync with
the corresponding KDE release.


Index: main.h
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/main.h,v
retrieving revision 1.40.4.1
retrieving revision 1.40.4.2
diff -u -d -r1.40.4.1 -r1.40.4.2
--- main.h	27 Jan 2004 02:57:32 -0000	1.40.4.1
+++ main.h	30 Mar 2004 09:17:46 -0000	1.40.4.2
@@ -17,11 +17,11 @@
 #ifndef ATLANTIK_MAIN_H
 #define ATLANTIK_MAIN_H
 
-#define	ATLANTIK_VERSION 061
-#define	ATLANTIK_VERSION_STRING "0.6.1"
+#define	ATLANTIK_VERSION 062
+#define	ATLANTIK_VERSION_STRING "0.6.2"
 #define ATLANTIK_VERSION_MAJOR 0
 #define ATLANTIK_VERSION_MINOR 6
-#define ATLANTIK_VERSION_RELEASE 1
+#define ATLANTIK_VERSION_RELEASE 2
 
 int main(int, char *[]);