aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2017-02-06 17:42:07 -0800
committerGravatar murgatroid99 <mlumish@google.com>2017-02-06 17:42:07 -0800
commit2b3e12ceeecd2ff1c0b7364764e583212cd02901 (patch)
tree1f71443fd8c671878b11a53fec3f3f188ed03127 /Makefile
parent6f62c0adca4921c8d0e75ec5b9886280ead5b7f1 (diff)
Update version to 1.1.2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f7766ce6ab..d9d7f4090b 100644
--- a/Makefile
+++ b/Makefile
@@ -442,8 +442,8 @@ Q = @
endif
CORE_VERSION = 2.0.0
-CPP_VERSION = 1.1.1
-CSHARP_VERSION = 1.1.1
+CPP_VERSION = 1.1.2
+CSHARP_VERSION = 1.1.2
CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))
CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS)