aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Ken Payson <kpayson@google.com>2018-02-05 14:24:52 -0800
committerGravatar Ken Payson <kpayson@google.com>2018-02-05 14:24:52 -0800
commit1a8565d37918a5bcd0f794edc43dc958dfe40ab1 (patch)
tree656f7de252a5ab42d33b4752cdfb794f0487d354 /Makefile
parent9e620c3d7f0d275041984081d244653fbbab6d6e (diff)
Bump version to 1.9.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8556b216f2..b2276f41e4 100644
--- a/Makefile
+++ b/Makefile
@@ -419,8 +419,8 @@ Q = @
endif
CORE_VERSION = 5.0.0
-CPP_VERSION = 1.9.0
-CSHARP_VERSION = 1.9.0
+CPP_VERSION = 1.9.1
+CSHARP_VERSION = 1.9.1
CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))
CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS)