diff --git a/.CHANGES.NEW b/.CHANGES.NEW index 2fb5f689a..9d25c885a 100644 --- a/.CHANGES.NEW +++ b/.CHANGES.NEW @@ -7,7 +7,7 @@ \___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_| Configuration Program - for Unreal3.2-RC1 + for Unreal3.2-RC2 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/Changes b/Changes index 3ba372e2c..1c02fdbd3 100644 --- a/Changes +++ b/Changes @@ -3007,3 +3007,4 @@ seen. gmtime warning still there - Fixed a little error in the spamfilter.conf - And some more spamfilter.conf rules (aplore, gtbot, sdbot, spybot). - Minor doc update. +- Changed version to RC2 diff --git a/Unreal.nfo b/Unreal.nfo index 7917d939a..03448a8bd 100644 --- a/Unreal.nfo +++ b/Unreal.nfo @@ -1,5 +1,5 @@ =============================================== -= UnrealIRCd v3.2 (RC1) = += UnrealIRCd v3.2 (RC2) = =============================================== Was brought to you by: diff --git a/doc/unreal32docs.html b/doc/unreal32docs.html index 84a286101..04fc263e6 100644 --- a/doc/unreal32docs.html +++ b/doc/unreal32docs.html @@ -20,8 +20,8 @@
UnrealIRCd
http://www.unrealircd.com
Version: 3.2
- Current Version: 3.2 RC1 *CVS*
- Last doc update: 2004-03-04
+ Current Version: 3.2 RC2
+ Last doc update: 2004-03-07 Head Coders: Stskeeps / codemastr / Syzop / Luke / McSkaf
Contributors: Zogg / NiQuiL / assyrian / chasm / DrBin / llthangel / Griever / nighthawk
Documentation: CKnight^ / Syzop
@@ -184,8 +184,8 @@ Windows:

Installation Instructions
Linux:

    -
  1. gunzip -d Unreal3.2-RC1.tar.gz -
  2. tar xvf Unreal3.2-RC1.tar +
  3. gunzip -d Unreal3.2-RC2.tar.gz +
  4. tar xvf Unreal3.2-RC2.tar
  5. cd Unreal3.2
  6. ./Config
  7. Answer these questions to the best of your knowledge. Generally if your not diff --git a/include/version.h b/include/version.h index be95b6a8f..6494115c3 100644 --- a/include/version.h +++ b/include/version.h @@ -29,7 +29,7 @@ #define UnrealProtocol 2303 #define PATCH1 "3" #define PATCH2 ".2" -#define PATCH3 "-RC1" +#define PATCH3 "-RC2" #define PATCH4 "" #define PATCH5 "" #define PATCH6 "" diff --git a/src/win32/unrealinst.iss b/src/win32/unrealinst.iss index 6221edbf3..836986e02 100644 --- a/src/win32/unrealinst.iss +++ b/src/win32/unrealinst.iss @@ -11,7 +11,7 @@ [Setup] AppName=UnrealIRCd -AppVerName=UnrealIRCd3.2-RC1 +AppVerName=UnrealIRCd3.2-RC2 AppPublisher=UnrealIRCd Team AppPublisherURL=http://www.unrealircd.com AppSupportURL=http://www.unrealircd.com