mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-02 23:03:14 +02:00
- Changed version to RC2
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
===============================================
|
||||
= UnrealIRCd v3.2 (RC1) =
|
||||
= UnrealIRCd v3.2 (RC2) =
|
||||
===============================================
|
||||
Was brought to you by:
|
||||
|
||||
|
||||
@@ -20,8 +20,8 @@
|
||||
<div align="center"><b><font size="7">UnrealIRCd</font></b><br>
|
||||
<font size="4"><a href="http://www.unrealircd.com">http://www.unrealircd.com</a></font><br>
|
||||
<font size="4">Version: 3.2</font><br>
|
||||
<b>Current Version:</b> 3.2 RC1 *CVS*<br>
|
||||
<b>Last doc update:</b> 2004-03-04</div>
|
||||
<b>Current Version:</b> 3.2 RC2<br>
|
||||
<b>Last doc update:</b> 2004-03-07</div>
|
||||
<b>Head Coders:</b> Stskeeps / codemastr / Syzop / Luke / McSkaf<br>
|
||||
<b>Contributors:</b> Zogg / NiQuiL / assyrian / chasm / DrBin / llthangel / Griever / nighthawk<br>
|
||||
<b>Documentation:</b> CKnight^ / Syzop<br>
|
||||
@@ -184,8 +184,8 @@ Windows:<br>
|
||||
<p><b>Installation Instructions</b><br>
|
||||
Linux:<br>
|
||||
<ol>
|
||||
<li>gunzip -d Unreal3.2-RC1.tar.gz
|
||||
<li>tar xvf Unreal3.2-RC1.tar
|
||||
<li>gunzip -d Unreal3.2-RC2.tar.gz
|
||||
<li>tar xvf Unreal3.2-RC2.tar
|
||||
<li>cd Unreal3.2
|
||||
<li>./Config
|
||||
<li>Answer these questions to the best of your knowledge. Generally if your not
|
||||
|
||||
+1
-1
@@ -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 ""
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user