aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1e32de5e6b..02273df21d 100644
--- a/Makefile
+++ b/Makefile
@@ -437,9 +437,9 @@ E = @echo
Q = @
endif
-CORE_VERSION = 7.0.0-pre3
-CPP_VERSION = 1.17.0-pre3
-CSHARP_VERSION = 1.17.0-pre3
+CORE_VERSION = 7.0.0
+CPP_VERSION = 1.17.0
+CSHARP_VERSION = 1.17.0
CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))
CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS)