diff --git a/.CHANGES.NEW b/.CHANGES.NEW index 4f5a63e0c..27196c82d 100644 --- a/.CHANGES.NEW +++ b/.CHANGES.NEW @@ -7,7 +7,7 @@ \___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_| Configuration Program - for Unreal3.2.3-pre2 + for Unreal3.2.3-pre3 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 4a5d7ecf7..e5a54d640 100644 --- a/.RELEASE.NOTES +++ b/.RELEASE.NOTES @@ -1,5 +1,5 @@ -Unreal3.2.3-pre2 Release Notes +Unreal3.2.3-pre3 Release Notes ========================== ==[ GENERAL INFORMATION ]== diff --git a/Unreal.nfo b/Unreal.nfo index f4f6a12af..e2f3e902c 100644 --- a/Unreal.nfo +++ b/Unreal.nfo @@ -1,5 +1,5 @@ =============================================== -= UnrealIRCd v3.2.3-pre2 = += UnrealIRCd v3.2.3-pre3 = =============================================== Was brought to you by: diff --git a/include/version.h b/include/version.h index 66168cfa0..e6a6e69f4 100644 --- a/include/version.h +++ b/include/version.h @@ -30,7 +30,7 @@ #define PATCH1 "3" #define PATCH2 ".2" #define PATCH3 ".3" -#define PATCH4 "-pre2" +#define PATCH4 "-pre3" #define PATCH5 "" #define PATCH6 "" #define PATCH7 "" diff --git a/src/win32/unrealinst.iss b/src/win32/unrealinst.iss index 9ea498b91..c290b9a04 100644 --- a/src/win32/unrealinst.iss +++ b/src/win32/unrealinst.iss @@ -11,7 +11,7 @@ [Setup] AppName=UnrealIRCd -AppVerName=UnrealIRCd3.2.3-pre2 +AppVerName=UnrealIRCd3.2.3-pre3 AppPublisher=UnrealIRCd Team AppPublisherURL=http://www.unrealircd.com AppSupportURL=http://www.unrealircd.com