aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2017-01-30 23:28:06 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2017-01-30 23:28:06 +0100
commit4dcb7862bf6dc2c8bb1cb5c74d3be14fc34022fa (patch)
tree571f38066daf722a2b25248e514f36e9e860744a /Makefile
parent93934f83fad97478c9ec3a6d2a6eba901274eaad (diff)
Flagging version 1.1.0.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index fa5c58dce2..122bc302f5 100644
--- a/Makefile
+++ b/Makefile
@@ -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)