diff options
author | David Garcia Quintas <dgq@google.com> | 2017-05-30 14:14:27 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2017-05-30 14:14:27 -0700 |
commit | aebcdbd732e9294c8a424d3167c028f02af5ef1c (patch) | |
tree | 26b3b095f0ffcf63ecdede2d71172c82ff95c22c /Makefile | |
parent | 9baf4b19f0e4133dce8e4083fdae4349f6f034da (diff) |
master bumped to 1.5.x
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -423,8 +423,8 @@ Q = @ endif CORE_VERSION = 4.0.0-dev -CPP_VERSION = 1.4.0-dev -CSHARP_VERSION = 1.4.0-dev +CPP_VERSION = 1.5.0-dev +CSHARP_VERSION = 1.5.0-dev CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES)) CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS) |