aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2017-05-18 11:49:15 -0700
committerGravatar Alexander Polcyn <apolcyn@google.com>2017-05-18 11:49:15 -0700
commit92eb7fbc05903def20434c110193481913c2e38a (patch)
treeacf7d9a68b5462b59814c1e78656b0c3f11d2425 /Makefile
parentc7cde2334ed3c6c2f6b3217d38b294a063ab70e9 (diff)
Bump to version 1.3.4
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e5f23e75ad..88bb5b5e5f 100644
--- a/Makefile
+++ b/Makefile
@@ -420,8 +420,8 @@ Q = @
endif
CORE_VERSION = 3.0.0
-CPP_VERSION = 1.3.3
-CSHARP_VERSION = 1.3.3
+CPP_VERSION = 1.3.4
+CSHARP_VERSION = 1.3.4
CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))
CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS)