aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2017-05-04 10:02:44 -0700
committerGravatar murgatroid99 <mlumish@google.com>2017-05-04 10:02:44 -0700
commit572cd7e5a4630d47d3c3608c23d914e503c8f249 (patch)
tree58d4e16829d3727421a553d6a76c99dddfe46d37 /Makefile
parent292a2222ab5e8e502504ba9239d8209a93836f3b (diff)
Update version to 1.3.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bc28e4ecbe..293a45902d 100644
--- a/Makefile
+++ b/Makefile
@@ -420,8 +420,8 @@ Q = @
endif
CORE_VERSION = 3.0.0
-CPP_VERSION = 1.3.1-pre1
-CSHARP_VERSION = 1.3.1-pre1
+CPP_VERSION = 1.3.1
+CSHARP_VERSION = 1.3.1
CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))
CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS)