diff --git a/.CHANGES.NEW b/.CHANGES.NEW index a15421dd4..4f5a63e0c 100644 --- a/.CHANGES.NEW +++ b/.CHANGES.NEW @@ -7,7 +7,7 @@ \___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_| Configuration Program - for Unreal3.2.3-pre1 + for Unreal3.2.3-pre2 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 50c0cb44a..005cecb2c 100644 --- a/.RELEASE.NOTES +++ b/.RELEASE.NOTES @@ -1,5 +1,5 @@ -Unreal3.2.3-pre1 Release Notes +Unreal3.2.3-pre2 Release Notes ========================== ==[ GENERAL INFORMATION ]== diff --git a/Changes b/Changes index 38cd548c4..88bd087a3 100644 --- a/Changes +++ b/Changes @@ -747,3 +747,4 @@ - Fixed various (major) problems that the '-h yourself' caused, reported by Trocotronic (#0002387). - Fix for above, also reported by Trocotronic. +** internal 3.2.3-pre2 release ** diff --git a/Unreal.nfo b/Unreal.nfo index ba6f37721..f4f6a12af 100644 --- a/Unreal.nfo +++ b/Unreal.nfo @@ -1,5 +1,5 @@ =============================================== -= UnrealIRCd v3.2.3-pre1 = += UnrealIRCd v3.2.3-pre2 = =============================================== Was brought to you by: diff --git a/include/version.h b/include/version.h index 5db6a7f22..66168cfa0 100644 --- a/include/version.h +++ b/include/version.h @@ -30,7 +30,7 @@ #define PATCH1 "3" #define PATCH2 ".2" #define PATCH3 ".3" -#define PATCH4 "-pre1" +#define PATCH4 "-pre2" #define PATCH5 "" #define PATCH6 "" #define PATCH7 "" diff --git a/src/win32/unrealinst.iss b/src/win32/unrealinst.iss index 7cf3ba7a8..4148477d8 100644 --- a/src/win32/unrealinst.iss +++ b/src/win32/unrealinst.iss @@ -11,7 +11,7 @@ [Setup] AppName=UnrealIRCd -AppVerName=UnrealIRCd3.2.3-pre1 +AppVerName=UnrealIRCd3.2.3-pre2 AppPublisher=UnrealIRCd Team AppPublisherURL=http://www.unrealircd.com AppSupportURL=http://www.unrealircd.com