[atlantik-cvs] CVS: kdegames/atlantik/client main.cpp, 1.35, 1.35.4.1 main.h, 1.40, 1.40.4.1
[email protected] Tue, 27 Jan 2004 03:57:34 +0100 (CET)
| Newsgroups | gmane.comp.kde.devel.atlantik |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/kde/kdegames/atlantik/client
In directory office:/tmp/cvs-serv31687/client
Modified Files:
Tag: KDE_3_2_BRANCH
main.cpp main.h
Log Message:
3.2.1 = 0.6.1, version bump
Index: main.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/main.cpp,v
retrieving revision 1.35
retrieving revision 1.35.4.1
diff -u -d -r1.35 -r1.35.4.1
--- main.cpp 9 Nov 2003 00:59:38 -0000 1.35
+++ main.cpp 27 Jan 2004 02:57:31 -0000 1.35.4.1
@@ -1,4 +1,4 @@
-// Copyright (c) 2002-2003 Rob Kaper <[email protected]>
+// Copyright (c) 2002-2004 Rob Kaper <[email protected]>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -41,7 +41,7 @@
I18N_NOOP("Atlantik"), ATLANTIK_VERSION_STRING,
I18N_NOOP("The Atlantic board game"),
KAboutData::License_GPL,
- I18N_NOOP("(c) 1998-2003 Rob Kaper"),
+ I18N_NOOP("(c) 1998-2004 Rob Kaper"),
I18N_NOOP("KDE client for playing Monopoly-like games on the monopd network."),
"http://unixcode.org/atlantik/"
);
Index: main.h
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/main.h,v
retrieving revision 1.40
retrieving revision 1.40.4.1
diff -u -d -r1.40 -r1.40.4.1
--- main.h 5 Nov 2003 19:36:07 -0000 1.40
+++ main.h 27 Jan 2004 02:57:32 -0000 1.40.4.1
@@ -1,4 +1,4 @@
-// Copyright (c) 2002-2003 Rob Kaper <[email protected]>
+// Copyright (c) 2002-2004 Rob Kaper <[email protected]>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -17,11 +17,11 @@
#ifndef ATLANTIK_MAIN_H
#define ATLANTIK_MAIN_H
-#define ATLANTIK_VERSION 060
-#define ATLANTIK_VERSION_STRING "0.6.0"
+#define ATLANTIK_VERSION 061
+#define ATLANTIK_VERSION_STRING "0.6.1"
#define ATLANTIK_VERSION_MAJOR 0
#define ATLANTIK_VERSION_MINOR 6
-#define ATLANTIK_VERSION_RELEASE 0
+#define ATLANTIK_VERSION_RELEASE 1
int main(int, char *[]);