[atlantik-cvs] CVS: kdegames/atlantik/client main.h, 1.24.4.5, 1.24.4.6
[email protected] Wed, 19 Nov 2003 18:30:20 +0100 (CET)
| Newsgroups | gmane.comp.kde.devel.atlantik |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/kde/kdegames/atlantik/client
In directory office:/tmp/cvs-serv332/client
Modified Files:
Tag: KDE_3_1_BRANCH
main.h
Log Message:
backport to fix bug #68589: wild pointer when removing trade items
Index: main.h
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/main.h,v
retrieving revision 1.24.4.5
retrieving revision 1.24.4.6
diff -u -d -r1.24.4.5 -r1.24.4.6
--- main.h 13 Oct 2003 20:03:01 -0000 1.24.4.5
+++ main.h 19 Nov 2003 17:30:18 -0000 1.24.4.6
@@ -17,11 +17,11 @@
#ifndef ATLANTIK_MAIN_H
#define ATLANTIK_MAIN_H
-#define ATLANTIK_VERSION 054
-#define ATLANTIK_VERSION_STRING "0.5.4"
+#define ATLANTIK_VERSION 055
+#define ATLANTIK_VERSION_STRING "0.5.5"
#define ATLANTIK_VERSION_MAJOR 0
#define ATLANTIK_VERSION_MINOR 5
-#define ATLANTIK_VERSION_RELEASE 4
+#define ATLANTIK_VERSION_RELEASE 5
int main(int, char *[]);