aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2017-04-27 13:59:19 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2017-04-27 13:59:19 -0700
commit3ef2355eaedc07f8900ad98d079448169a2a2a06 (patch)
tree6ffd268e9ef73ea1e8aea2e3fc826e40de59880e /Makefile
parentca678fcaed5753d43c40d82c3105035a8e38c42b (diff)
s/1.3.0-pre/1.3.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9e3daabe40..41d47b7e34 100644
--- a/Makefile
+++ b/Makefile
@@ -419,9 +419,9 @@ E = @echo
Q = @
endif
-CORE_VERSION = 3.0.0-pre1
-CPP_VERSION = 1.3.0-pre1
-CSHARP_VERSION = 1.3.0-pre1
+CORE_VERSION = 3.0.0
+CPP_VERSION = 1.3.0
+CSHARP_VERSION = 1.3.0
CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))
CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS)