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

Bump version to 6.0.8-git

[skip ci]
This commit is contained in:
Bram Matthys
2023-03-25 09:19:20 +01:00
parent 83d2498ec8
commit 24622144b1
9 changed files with 27 additions and 22 deletions
+2 -2
View File
@@ -63,10 +63,10 @@
#define UNREAL_VERSION_MAJOR 0
/* Minor version number (e.g.: 1 for Unreal3.2.1) */
#define UNREAL_VERSION_MINOR 7
#define UNREAL_VERSION_MINOR 8
/* 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 "-git"
#endif