1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-06 13:13:12 +02:00

UnrealIRCd 4.0.10-rc1

This commit is contained in:
Bram Matthys
2016-12-31 09:30:12 +01:00
parent 61265ec226
commit 5d390811fd
7 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -84,10 +84,10 @@
#define UNREAL_VERSION_MAJOR 0
/* Minor version number (e.g.: 1 for Unreal3.2.1) */
#define UNREAL_VERSION_MINOR 9
#define UNREAL_VERSION_MINOR 10
/* Version suffix such as a beta marker or release candidate marker. (e.g.:
-rcX for unrealircd-3.2.9-rcX) */
#define UNREAL_VERSION_SUFFIX ""
#define UNREAL_VERSION_SUFFIX "-rc1"
#endif