aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Ken Payson <kpayson@google.com>2017-02-23 14:25:40 -0800
committerGravatar Ken Payson <kpayson@google.com>2017-02-23 14:25:40 -0800
commitfd6cc7de7b340ca89f03c291741ca3b1e73cf3a4 (patch)
tree0171379755bb487bab1d398c8de0754081917a7e /Makefile
parent5eb24eeaed12f96e49171a77939e23ff2af8680b (diff)
Bump version to v1.1.3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 578a5dd24f..c032578299 100644
--- a/Makefile
+++ b/Makefile
@@ -442,8 +442,8 @@ Q = @
endif
CORE_VERSION = 2.0.0
-CPP_VERSION = 1.1.2
-CSHARP_VERSION = 1.1.2
+CPP_VERSION = 1.1.3
+CSHARP_VERSION = 1.1.3
CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))
CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS)