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

Set git version to 4.0.18-devel

This commit is contained in:
Bram Matthys
2017-12-29 09:29:03 +01:00
parent 12848b7dae
commit 2bbdf22d76
9 changed files with 27 additions and 23 deletions
+1 -1
View File
@@ -56,7 +56,7 @@
*/
#define UNREAL_VERSION_TIME 201552
#define UnrealProtocol 4017
#define UnrealProtocol 4018
#define PATCH1 macro_to_str(UNREAL_VERSION_GENERATION)
#define PATCH2 "." macro_to_str(UNREAL_VERSION_MAJOR)
#define PATCH3 "." macro_to_str(UNREAL_VERSION_MINOR)
+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 17
#define UNREAL_VERSION_MINOR 18
/* 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 "-devel"
#endif