diff --git a/.CHANGES.NEW b/.CHANGES.NEW index cbdf244dd..e7009650c 100644 --- a/.CHANGES.NEW +++ b/.CHANGES.NEW @@ -7,7 +7,7 @@ \___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_| Configuration Program - for Unreal3.2-Selene(beta1) + for Unreal3.2-Selene(beta2) This program will help you to compile your IRC server, and ask you questions regarding the compile-time settings of it during the process. diff --git a/.RELEASE.NOTES b/.RELEASE.NOTES index fa78bde9b..02dfd15bb 100644 --- a/.RELEASE.NOTES +++ b/.RELEASE.NOTES @@ -1,5 +1,5 @@ -Unreal3.2-Selene (BETA1) RELEASE NOTES +Unreal3.2-Selene (BETA2) RELEASE NOTES ====================================== I M P O R T A N T R E A D I N G diff --git a/Changes b/Changes index e6e80162d..d00fdd5a2 100644 --- a/Changes +++ b/Changes @@ -791,3 +791,4 @@ seen. gmtime warning still there - Another /who fix, what crashed it I assume - helped by narf to find this - Fixed a bug were operflag eyes didn't work - /who fixes regarding +I +H and crap +- Preparation for beta2 diff --git a/include/version.h b/include/version.h index 17386c4a7..51a73cb87 100644 --- a/include/version.h +++ b/include/version.h @@ -31,7 +31,7 @@ #define PATCH1 "3" #define PATCH2 ".2" #define PATCH3 "-Selene" -#define PATCH4 "[beta1]" +#define PATCH4 "[beta2]" #define PATCH5 "" #define PATCH6 "" #define PATCH7 ""