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

Grr forgot a version bump at place nr two in configure

This commit is contained in:
Bram Matthys
2016-09-03 23:27:57 +02:00
parent 6a812924da
commit 6a9b32344e
2 changed files with 2 additions and 2 deletions
Vendored
+1 -1
View File
@@ -2534,7 +2534,7 @@ _ACEOF
# Minor version number (e.g.: Z in X.Y.Z)
UNREAL_VERSION_MINOR="5"
UNREAL_VERSION_MINOR="6"
cat >>confdefs.h <<_ACEOF
#define UNREAL_VERSION_MINOR $UNREAL_VERSION_MINOR
+1 -1
View File
@@ -29,7 +29,7 @@ UNREAL_VERSION_MAJOR=["0"]
AC_DEFINE_UNQUOTED([UNREAL_VERSION_MAJOR], [$UNREAL_VERSION_MAJOR], [Major version number (e.g.: Y for X.Y.Z)])
# Minor version number (e.g.: Z in X.Y.Z)
UNREAL_VERSION_MINOR=["5"]
UNREAL_VERSION_MINOR=["6"]
AC_DEFINE_UNQUOTED([UNREAL_VERSION_MINOR], [$UNREAL_VERSION_MINOR], [Minor version number (e.g.: Z for X.Y.Z)])
# The version suffix such as a beta marker or release candidate