aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2017-05-10 15:23:29 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2017-05-10 15:23:29 -0700
commit448a11d616b0fc97bba94aba7f15597ce204a401 (patch)
tree69eb5a3d4b3dab86c134dc805137457fc49d71a1 /Makefile
parent80e409f021c11f4a2d12242944689e0c31392525 (diff)
Bump to version 1.3.2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5ec70e6416..6a8037fca4 100644
--- a/Makefile
+++ b/Makefile
@@ -420,8 +420,8 @@ Q = @
endif
CORE_VERSION = 3.0.0
-CPP_VERSION = 1.3.2-pre1
-CSHARP_VERSION = 1.3.2-pre1
+CPP_VERSION = 1.3.2
+CSHARP_VERSION = 1.3.2
CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))
CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS)