diff --git a/.CHANGES.NEW b/.CHANGES.NEW index 9d25c885a..73e71b9b2 100644 --- a/.CHANGES.NEW +++ b/.CHANGES.NEW @@ -7,7 +7,7 @@ \___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_| Configuration Program - for Unreal3.2-RC2 + for Unreal3.2-pre1 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 6faf8d553..7c82bb8e6 100644 --- a/.RELEASE.NOTES +++ b/.RELEASE.NOTES @@ -1,6 +1,6 @@ -Unreal3.2 Release Notes -======================== +Unreal3.2-pre1 Release Notes +============================= ==[ GENERAL INFORMATION ]== * If you are upgrading, make sure you run make clean and ./Config before doing make diff --git a/Changes b/Changes index f79586fa4..1913f0319 100644 --- a/Changes +++ b/Changes @@ -3098,3 +3098,4 @@ seen. gmtime warning still there reported by fez (#0001736). - doc/unreal32docs.html and help.conf updates (#0001734 + other stuff). - spamfilter.conf: added signatures for Gaggle worm. +- Changed version to pre1 diff --git a/Unreal.nfo b/Unreal.nfo index e922251e2..63c2cb8c0 100644 --- a/Unreal.nfo +++ b/Unreal.nfo @@ -1,5 +1,5 @@ =============================================== -= UnrealIRCd v3.2 (RC2) = += UnrealIRCd v3.2 (pre1) = =============================================== Was brought to you by: diff --git a/doc/unreal32docs.de.html b/doc/unreal32docs.de.html index b72c5644a..30d7f7296 100644 --- a/doc/unreal32docs.de.html +++ b/doc/unreal32docs.de.html @@ -22,8 +22,8 @@
UnrealIRCd
http://www.unrealircd.com
Version: 3.2
- Aktuelle Version: 3.2 RC2 *CVS*
- Letztes Dokumentation Update: 2004-04-07
+ Aktuelle Version: 3.2 pre1*
+ Letztes Dokumentation Update: 2004-04-16 Head Coders: Stskeeps / codemastr / Syzop / Luke
Contributors: McSkaf / Zogg / NiQuiL / assyrian / chasm / DrBin / llthangel / Griever / nighthawk
Dokumentation: CKnight^ / Syzop
@@ -202,8 +202,8 @@ Bug gemeldet wird!

senden.

Installationsanleitungen
Linux:

    -
  1. gunzip -d Unreal3.2-RC1.tar.gz -
  2. tar xvf Unreal3.2-RC1.tar.gz +
  3. gunzip -d Unreal3.2-pre1.tar.gz +
  4. tar xvf Unreal3.2-pre1.tar.gz
  5. cd Unreal3.2
  6. ./Config
  7. Die hierbei angezeigten Fragen nach bestem Wissen beantworten. Allgemein ist diff --git a/doc/unreal32docs.html b/doc/unreal32docs.html index a3fd4f8cb..3846abd66 100644 --- a/doc/unreal32docs.html +++ b/doc/unreal32docs.html @@ -23,8 +23,8 @@ English | German

    UnrealIRCd
    http://www.unrealircd.com
    Version: 3.2
    - Current Version: 3.2 RC2 *CVS*
    - Last doc update: 2004-04-07
    + Current Version: 3.2 pre1
    + Last doc update: 2004-04-16
    Head Coders: Stskeeps / codemastr / Syzop / Luke
    Contributors: McSkaf / Zogg / NiQuiL / assyrian / chasm / DrBin / llthangel / Griever / nighthawk
    @@ -188,8 +188,8 @@ Windows:

    Installation Instructions
    Linux:

      -
    1. gunzip -d Unreal3.2-RC2.tar.gz -
    2. tar xvf Unreal3.2-RC2.tar +
    3. gunzip -d Unreal3.2-pre1.tar.gz +
    4. tar xvf Unreal3.2-pre1.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 b86975472..43fe4cb00 100644 --- a/include/version.h +++ b/include/version.h @@ -29,8 +29,8 @@ #define UnrealProtocol 2303 #define PATCH1 "3" #define PATCH2 ".2" -#define PATCH3 "-RC2" -#define PATCH4 "fix" +#define PATCH3 "pre1" +#define PATCH4 "" #define PATCH5 "" #define PATCH6 "" #define PATCH7 "" diff --git a/src/win32/unrealinst.iss b/src/win32/unrealinst.iss index 2ea7df336..dae118467 100644 --- a/src/win32/unrealinst.iss +++ b/src/win32/unrealinst.iss @@ -11,7 +11,7 @@ [Setup] AppName=UnrealIRCd -AppVerName=UnrealIRCd3.2-RC2 +AppVerName=UnrealIRCd3.2-pre1 AppPublisher=UnrealIRCd Team AppPublisherURL=http://www.unrealircd.com AppSupportURL=http://www.unrealircd.com