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 10dfd97623..3ac25a788d 100644
--- a/Makefile
+++ b/Makefile
@@ -437,9 +437,9 @@ E = @echo
Q = @
endif
-CORE_VERSION = 7.0.0-pre1
-CPP_VERSION = 1.17.0-pre1
-CSHARP_VERSION = 1.17.0-pre1
+CORE_VERSION = 7.0.0-pre2
+CPP_VERSION = 1.17.0-pre2
+CSHARP_VERSION = 1.17.0-pre2
CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))
CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS)