[atlantik-cvs] CVS: kdegames/atlantik/client main.h, 1.51.2.1, 1.51.2.2

[email protected] Thu, 07 Oct 2004 16:41:56 +0200
Newsgroups gmane.comp.kde.devel.atlantik
Message-ID <[email protected]>
Update of /home/kde/kdegames/atlantik/client
In directory office:/tmp/cvs-serv31535/client

Modified Files:
      Tag: KDE_3_3_BRANCH
	main.h 
Log Message:
New-patches: [email protected]/atlantik--mainline--0.8--patch-39..40
Summary: kio_atlantik fixes

Backport of invitation fixes.


Index: main.h
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/main.h,v
retrieving revision 1.51.2.1
retrieving revision 1.51.2.2
diff -u -d -r1.51.2.1 -r1.51.2.2
--- main.h	6 Sep 2004 19:11:33 -0000	1.51.2.1
+++ main.h	7 Oct 2004 14:41:53 -0000	1.51.2.2
@@ -17,12 +17,12 @@
 #ifndef ATLANTIK_MAIN_H
 #define ATLANTIK_MAIN_H
 
-#define	ATLANTIK_VERSION 071
-#define	ATLANTIK_VERSION_STRING "0.7.1"
+#define	ATLANTIK_VERSION 072
+#define	ATLANTIK_VERSION_STRING "0.7.2"
 
 #define ATLANTIK_VERSION_MAJOR 0
 #define ATLANTIK_VERSION_MINOR 7
-#define ATLANTIK_VERSION_RELEASE 1
+#define ATLANTIK_VERSION_RELEASE 2
 
 int main(int, char *[]);