aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Ken Payson <kpayson@google.com>2017-05-16 08:54:22 -0700
committerGravatar Ken Payson <kpayson@google.com>2017-05-16 08:54:22 -0700
commit16f76d209203110ee0fbfef8f667d7f0cc76ef86 (patch)
tree8c3ab5158435f73c4bd57ccaf0be942a22be8336 /Makefile
parent6d46c0b78ebd6d71e02d0f5ebce295a6a4eee647 (diff)
Bump to version 1.3.3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6a8037fca4..e5f23e75ad 100644
--- a/Makefile
+++ b/Makefile
@@ -420,8 +420,8 @@ Q = @
endif
CORE_VERSION = 3.0.0
-CPP_VERSION = 1.3.2
-CSHARP_VERSION = 1.3.2
+CPP_VERSION = 1.3.3
+CSHARP_VERSION = 1.3.3
CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))
CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS)