aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Srini Polavarapu <35056280+srini100@users.noreply.github.com>2018-07-23 12:41:16 -0700
committerGravatar GitHub <noreply@github.com>2018-07-23 12:41:16 -0700
commit29c9e0477b6de8b0aa14c829ddfabcb672f009cc (patch)
tree52ebf5094304de2ab9e503b9c2f8f7f9e73d78a7 /Makefile
parent2eaba913d9bcc6baac813d3c9fb26e4939c3d7dd (diff)
parent8c9af7464c57d8a1d9cdb6505beb4baba179ee47 (diff)
Merge pull request #16067 from srini100/master
Bump version to v1.15.0-dev
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 309187969c..4f39744a0a 100644
--- a/Makefile
+++ b/Makefile
@@ -437,8 +437,8 @@ Q = @
endif
CORE_VERSION = 6.0.0-dev
-CPP_VERSION = 1.14.0-dev
-CSHARP_VERSION = 1.14.0-dev
+CPP_VERSION = 1.15.0-dev
+CSHARP_VERSION = 1.15.0-dev
CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))
CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS)