summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/help/header.txt2
-rw-r--r--packaging/windows/setup.nsi2
-rw-r--r--src/gui/setup_players.cpp5
-rw-r--r--src/gui/setup_players.h5
-rw-r--r--src/main.h2
5 files changed, 9 insertions, 7 deletions
diff --git a/data/help/header.txt b/data/help/header.txt
index 38604d70..28535aeb 100644
--- a/data/help/header.txt
+++ b/data/help/header.txt
@@ -2,7 +2,7 @@
##1 AETHYRA
##1 ==========================================
- ##2Version:##6 Aethyra GIT 0.0.27.1 ##2Date:##16 January 2008
+ ##2Version:##6 Aethyra 0.0.29 ##2Date:##12 February 2008
##2 Website: http://www.aethyra.org
diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi
index d5905c45..9c4c5ae6 100644
--- a/packaging/windows/setup.nsi
+++ b/packaging/windows/setup.nsi
@@ -9,7 +9,7 @@ SetCompressor /SOLID lzma
; HM NIS Edit helper defines
!define PRODUCT_NAME "Aethyra"
-!define PRODUCT_VERSION "0.0.27.1"
+!define PRODUCT_VERSION "0.0.29"
!define PRODUCT_PUBLISHER "Aethyra Development Team"
!define PRODUCT_WEB_SITE "http://aethyra.org"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\aethyra.exe"
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