diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2017-01-30 23:28:06 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2017-01-30 23:28:06 +0100 |
commit | 4dcb7862bf6dc2c8bb1cb5c74d3be14fc34022fa (patch) | |
tree | 571f38066daf722a2b25248e514f36e9e860744a /Makefile | |
parent | 93934f83fad97478c9ec3a6d2a6eba901274eaad (diff) |
Flagging version 1.1.0.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -441,9 +441,9 @@ E = @echo Q = @ endif -CORE_VERSION = 2.0.0-pre1 -CPP_VERSION = 1.1.0-pre1 -CSHARP_VERSION = 1.1.0-pre1 +CORE_VERSION = 2.0.0 +CPP_VERSION = 1.1.0 +CSHARP_VERSION = 1.1.0 CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES)) CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS) |