aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2017-08-29 11:31:50 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2017-08-29 11:31:50 -0700
commitdfde2881487f05ec4e528c40510029833ed5c8c9 (patch)
treecf7441285b0fb0210dafab96ab38270fafaf704b /Makefile
parent58f0096891c23fc598b71b7380f9cd16e952319a (diff)
1.6.0-pre1 -> 1.6.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b47fd222d5..801f8a7d6e 100644
--- a/Makefile
+++ b/Makefile
@@ -411,8 +411,8 @@ Q = @
endif
CORE_VERSION = 4.0.0
-CPP_VERSION = 1.6.0-pre1
-CSHARP_VERSION = 1.6.0-pre1
+CPP_VERSION = 1.6.0
+CSHARP_VERSION = 1.6.0
CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))
CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS)