aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2017-03-09 15:00:26 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2017-03-09 15:00:26 -0800
commit74cec10619c0998ba1507e76ee527bce47c660ce (patch)
tree4711d4d9ef3ce1bdc2611730d936a8c88db360a0 /Makefile
parenteb064ec7b81b60c5e1eb47d6124d0c05056b3097 (diff)
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 3cffa73224..9eb3b1b714 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)