aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar David G. Quintas <dgq@google.com>2017-03-10 14:09:27 -0800
committerGravatar GitHub <noreply@github.com>2017-03-10 14:09:27 -0800
commit169c553e0d2f461e57af01958fcede2e3276f6d5 (patch)
tree60600681aae09e54026b39d9c7eaeb7cbf009a2c /Makefile
parent9ac776c752697af69dc91fda9930456cd93e9af7 (diff)
parent74cec10619c0998ba1507e76ee527bce47c660ce (diff)
Merge pull request #10078 from dgquintas/master_to_1.3.0
Bumped version to 1.3.0-dev
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 534728dc8e..a9242dddbd 100644
--- a/Makefile
+++ b/Makefile
@@ -412,8 +412,8 @@ Q = @
endif
CORE_VERSION = 3.0.0-dev
-CPP_VERSION = 1.2.0-dev
-CSHARP_VERSION = 1.2.0-dev
+CPP_VERSION = 1.3.0-dev
+CSHARP_VERSION = 1.3.0-dev
CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))
CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS)