diff options
| author | 2007-10-24 12:18:52 +0000 | |
|---|---|---|
| committer | 2007-10-24 12:18:52 +0000 | |
| commit | 45d04d89404221f4c29bc5b31e5e46567be34a46 (patch) | |
| tree | 35e89f47881928e53f2a406b7f56af6108c0c126 | |
| parent | - Changed version into 3.2.8 as this will be the target for devel branch (diff) | |
| download | unrealircd-devel.tar.gz unrealircd-devel.tar.bz2 unrealircd-devel.zip | |
- Undid that. Version is now 3.3-willneverbereleased. devel
Added comment to changelog:
*****
THIS WAS THE DEVELOPMENT BRANCH FOR UNREAL3.3*. HOWEVER, 3.3* HAS BEEN
DISCONTINUED. FOCUS IS ON 4.* (NEXT-GEN IRCD) AND 3.2* (CURRENT STABLE
IRCD).
FOR 3.2* USE THE BRANCH 'unreal3_2_fixes'
DO NOT USE THIS 3.3* BRANCH FOR ANYTHING OTHER THAN COPYING FEATURES/FIXES
FROM 3.3* TO 3.2* !!
*****
| -rw-r--r-- | Changes | 11 | ||||
| -rw-r--r-- | include/version.h | 6 |
2 files changed, 14 insertions, 3 deletions
@@ -1851,3 +1851,14 @@ start wircd.exe as usual (window mode). Remember to use different listening ports (or interfaces) on every unrealircd-*.conf files. - Changed version into 3.2.8 as this will be the target for devel branch +- Undid that. Version is now 3.3-willneverbereleased. + +***** + +THIS WAS THE DEVELOPMENT BRANCH FOR UNREAL3.3*. HOWEVER, 3.3* HAS BEEN +DISCONTINUED. FOCUS IS ON 4.* (NEXT-GEN IRCD) AND 3.2* (CURRENT STABLE IRCD). +FOR 3.2* USE THE BRANCH 'unreal3_2_fixes' +DO NOT USE THIS 3.3* BRANCH FOR ANYTHING OTHER THAN COPYING FEATURES/FIXES +FROM 3.3* TO 3.2* !! + +***** diff --git a/include/version.h b/include/version.h index 8fe9019b0..051db6be4 100644 --- a/include/version.h +++ b/include/version.h @@ -50,9 +50,9 @@ #define UnrealProtocol 2308 #define PATCH1 "3" -#define PATCH2 ".2" -#define PATCH3 ".8" -#define PATCH4 "-devel" +#define PATCH2 ".3" +#define PATCH3 "-willneverbereleased" +#define PATCH4 "" #define PATCH5 "" #define PATCH6 "" #define PATCH7 "" |
