mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-04 00:23:14 +02:00
** UnrealIRCd 5.2.2 **
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@
|
||||
* Can be useful if the above 3 versionids are insufficient for you (eg: you want to support CVS).
|
||||
* This is updated automatically on the CVS server every Monday. so don't touch it.
|
||||
*/
|
||||
#define UNREAL_VERSION_TIME 202125
|
||||
#define UNREAL_VERSION_TIME 202139
|
||||
|
||||
#define UNREAL_VERSION ((UNREAL_VERSION_GENERATION << 24) + (UNREAL_VERSION_MAJOR << 16) + (UNREAL_VERSION_MINOR << 8))
|
||||
#define UnrealProtocol 5002
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
#define UNREAL_VERSION_MAJOR 2
|
||||
|
||||
/* Minor version number (e.g.: 1 for Unreal3.2.1) */
|
||||
#define UNREAL_VERSION_MINOR 1
|
||||
#define UNREAL_VERSION_MINOR 2
|
||||
|
||||
/* Version suffix such as a beta marker or release candidate marker. (e.g.:
|
||||
-rcX for unrealircd-3.2.9-rcX) */
|
||||
|
||||
Reference in New Issue
Block a user