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 406670f3d2..0aafe50e5c 100644
--- a/Makefile
+++ b/Makefile
@@ -410,9 +410,9 @@ E = @echo
Q = @
endif
-CORE_VERSION = 5.0.0-dev
-CPP_VERSION = 1.7.0-pre1
-CSHARP_VERSION = 1.7.0-pre1
+CORE_VERSION = 5.0.0
+CPP_VERSION = 1.7.0
+CSHARP_VERSION = 1.7.0
CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))
CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS)