aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2017-05-09 19:08:26 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2017-05-09 19:08:26 -0700
commit0afa9abb790d3f6a966616e0e4a248105d766379 (patch)
tree47959b1269bc05198c053fe2ad04b56f787c12f7 /Makefile
parent712ea0ac870e3f2a313277978ac3e9d3fdeeca11 (diff)
Bump to 1.3.2-pre1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 293a45902d..5ec70e6416 100644
--- a/Makefile
+++ b/Makefile
@@ -420,8 +420,8 @@ Q = @
endif
CORE_VERSION = 3.0.0
-CPP_VERSION = 1.3.1
-CSHARP_VERSION = 1.3.1
+CPP_VERSION = 1.3.2-pre1
+CSHARP_VERSION = 1.3.2-pre1
CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))
CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS)