1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 14:43:11 +02:00

Bump version to 4.0.0-rc6

This commit is contained in:
Bram Matthys
2015-12-16 13:27:33 +01:00
parent 829af871bf
commit 06b07e30dc
9 changed files with 24 additions and 22 deletions
+1 -2
View File
@@ -458,8 +458,7 @@
/* Use TRE Regex Library (as well) ? */
#define USE_TRE
/* The 3.4-alpha* series, especially the first few, are highly experimental.
* If EXPERIMENTAL is #define'd then all users will receive a notice about
/* If EXPERIMENTAL is #define'd then all users will receive a notice about
* this when they connect, along with a pointer to bugs.unrealircd.org where
* they can report any problems. This is mainly to help UnrealIRCd development.
*/
+1 -1
View File
@@ -81,6 +81,6 @@
/* Version suffix such as a beta marker or release candidate marker. (e.g.:
-rcX for unrealircd-3.2.9-rcX) */
#define UNREAL_VERSION_SUFFIX "-rc5"
#define UNREAL_VERSION_SUFFIX "-rc6"
#endif