aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2017-08-16 20:49:16 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2017-08-16 21:01:30 -0700
commit1775ef91d2d0a5b736d4c11cb7ec34c838eff2d5 (patch)
tree2f08c7cb46ea99bf072e69e3433816e28e5b28ec /Makefile
parentf1ab1130c8760a1cd72fce1f6a4a9523df68e36f (diff)
Version bump to 1.6
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 74f05f592d..b47fd222d5 100644
--- a/Makefile
+++ b/Makefile
@@ -410,9 +410,9 @@ E = @echo
Q = @
endif
-CORE_VERSION = 4.0.0-dev
-CPP_VERSION = 1.5.0-dev
-CSHARP_VERSION = 1.5.0-dev
+CORE_VERSION = 4.0.0
+CPP_VERSION = 1.6.0-pre1
+CSHARP_VERSION = 1.6.0-pre1
CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))
CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS)