diff options
author | David Garcia Quintas <dgq@google.com> | 2017-04-27 13:59:19 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2017-04-27 13:59:19 -0700 |
commit | 3ef2355eaedc07f8900ad98d079448169a2a2a06 (patch) | |
tree | 6ffd268e9ef73ea1e8aea2e3fc826e40de59880e /Makefile | |
parent | ca678fcaed5753d43c40d82c3105035a8e38c42b (diff) |
s/1.3.0-pre/1.3.0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) |