summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-02-12 12:36:10 -0700
committerIra Rice <irarice@gmail.com>2009-02-12 12:36:10 -0700
commitb22ac47b467684e0cd9b5497f2bd7074ead377f4 (patch)
tree05371d614d4ba243c0bef7178e537dcb1aed23a2 /src
parent8c2aab9351dd0483637921883d13669dd2489e1a (diff)
downloadmana-client-b22ac47b467684e0cd9b5497f2bd7074ead377f4.tar.gz
mana-client-b22ac47b467684e0cd9b5497f2bd7074ead377f4.tar.bz2
mana-client-b22ac47b467684e0cd9b5497f2bd7074ead377f4.tar.xz
mana-client-b22ac47b467684e0cd9b5497f2bd7074ead377f4.zip
Some more files which got fixed up for release (basically version
bumps). Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/gui/setup_players.cpp5
-rw-r--r--src/gui/setup_players.h5
-rw-r--r--src/main.h2
3 files changed, 7 insertions, 5 deletions
diff --git a/src/gui/setup_players.cpp b/src/gui/setup_players.cpp
index 2e14cafa..9105d44a 100644
--- a/src/gui/setup_players.cpp
+++ b/src/gui/setup_players.cpp
@@ -1,8 +1,9 @@
/*
* Aethyra
- * Copyright (C) 2008 Douglas Boffey <dougaboffey@netscape.net>
+ * Copyright (C) 2008 The Mana World Development Team
*
- * This file is part of Aethyra.
+ * This file is part of Aethyra based on original code
+ * from The Mana World.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/gui/setup_players.h b/src/gui/setup_players.h
index 46eae0db..23a994a0 100644
--- a/src/gui/setup_players.h
+++ b/src/gui/setup_players.h
@@ -1,8 +1,9 @@
/*
* Aethyra
- * Copyright (C) 2008 Douglas Boffey <dougaboffey@netscape.net>
+ * Copyright (C) 2008 The Mana World Development Team
*
- * This file is part of Aethyra.
+ * This file is part of Aethyra based on original code
+ * from The Mana World.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/main.h b/src/main.h
index 8619fd45..5f33cab2 100644
--- a/src/main.h
+++ b/src/main.h
@@ -30,7 +30,7 @@
#elif defined WIN32
#include "winver.h"
#elif defined __APPLE__
-#define PACKAGE_VERSION "0.0.28"
+#define PACKAGE_VERSION "0.0.29"
#endif
#ifndef PKG_DATADIR