diff options
author | Ken Payson <kpayson@google.com> | 2017-02-23 14:25:40 -0800 |
---|---|---|
committer | Ken Payson <kpayson@google.com> | 2017-02-23 14:25:40 -0800 |
commit | fd6cc7de7b340ca89f03c291741ca3b1e73cf3a4 (patch) | |
tree | 0171379755bb487bab1d398c8de0754081917a7e /Makefile | |
parent | 5eb24eeaed12f96e49171a77939e23ff2af8680b (diff) |
Bump version to v1.1.3
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |