bump version number to not clash with older version of settings, which are not fully compatible
This commit is contained in:
parent
62f06a9af3
commit
41de4bb321
4
Makefile
4
Makefile
|
|
@ -269,9 +269,9 @@ ifneq "$(filter MINGW64_NT%,$(UNAME_S))" ""
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# VERSION!
|
# VERSION!
|
||||||
RADIANT_VERSION_NUMBER = 1.5.0
|
RADIANT_VERSION_NUMBER = 1.6.0
|
||||||
RADIANT_VERSION = $(RADIANT_VERSION_NUMBER)n
|
RADIANT_VERSION = $(RADIANT_VERSION_NUMBER)n
|
||||||
RADIANT_MAJOR_VERSION = 5
|
RADIANT_MAJOR_VERSION = 6
|
||||||
RADIANT_MINOR_VERSION = 0
|
RADIANT_MINOR_VERSION = 0
|
||||||
Q3MAP_VERSION = 2.5.17n
|
Q3MAP_VERSION = 2.5.17n
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user