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

Bump version to 6.2.1-git

This commit is contained in:
Bram Matthys
2025-09-14 14:57:43 +02:00
parent 9042dd21c0
commit 13217cc6ff
12 changed files with 43 additions and 25 deletions
+2 -2
View File
@@ -69,10 +69,10 @@
#define UNREAL_VERSION_MAJOR 2
/* Minor version number (e.g.: 1 for Unreal3.2.1) */
#define UNREAL_VERSION_MINOR 0
#define UNREAL_VERSION_MINOR 1
/* Version suffix such as a beta marker or release candidate marker. (e.g.:
-rcX for unrealircd-3.2.9-rcX) */
#define UNREAL_VERSION_SUFFIX ".2"
#define UNREAL_VERSION_SUFFIX "-git"
#endif