aboutsummaryrefslogtreecommitdiff
path: root/php/ext
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2019-02-28 12:55:14 -0800
committerGitHub <noreply@github.com>2019-02-28 12:55:14 -0800
commit582743bf40c5d3639a70f98f183914a2c0cd0680 (patch)
tree6d57b390bbadea7a1bc9cb952854e595878f996f /php/ext
parent6eeab294689e926d973fbf06b5a720add5feaefa (diff)
downloadprotobuf-582743bf40c5d3639a70f98f183914a2c0cd0680.tar.gz
Update version number to 3.7.0 (#5793)
* Update version number to 3.7.0 * Add php/releash.sh to Makefile.am * Make cpp_distcheck exit on fail
Diffstat (limited to 'php/ext')
-rw-r--r--php/ext/google/protobuf/package.xml24
-rw-r--r--php/ext/google/protobuf/protobuf.h2
2 files changed, 20 insertions, 6 deletions
diff --git a/php/ext/google/protobuf/package.xml b/php/ext/google/protobuf/package.xml
index 877678c40..8f5a27dea 100644
--- a/php/ext/google/protobuf/package.xml
+++ b/php/ext/google/protobuf/package.xml
@@ -10,15 +10,15 @@
<email>protobuf-opensource@google.com</email>
<active>yes</active>
</lead>
- <date>2019-02-22</date>
- <time>11:31:21</time>
+ <date>2019-02-28</date>
+ <time>10:19:15</time>
<version>
- <release>3.7.0RC3</release>
+ <release>3.7.0</release>
<api>3.7.0</api>
</version>
<stability>
- <release>beta</release>
- <api>beta</api>
+ <release>stable</release>
+ <api>stable</api>
</stability>
<license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
<notes>GA release.</notes>
@@ -290,5 +290,19 @@ G A release.
<license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
<notes>GA release.</notes>
</release>
+ <release>
+ <version>
+ <release>3.7.0</release>
+ <api>3.7.0</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <date>2019-02-28</date>
+ <time>10:19:15</time>
+ <license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
+ <notes>GA release.</notes>
+ </release>
</changelog>
</package>
diff --git a/php/ext/google/protobuf/protobuf.h b/php/ext/google/protobuf/protobuf.h
index 7903c71e9..908e3bad9 100644
--- a/php/ext/google/protobuf/protobuf.h
+++ b/php/ext/google/protobuf/protobuf.h
@@ -37,7 +37,7 @@
#include "upb.h"
#define PHP_PROTOBUF_EXTNAME "protobuf"
-#define PHP_PROTOBUF_VERSION "3.7.0RC3"
+#define PHP_PROTOBUF_VERSION "3.7.0"
#define MAX_LENGTH_OF_INT64 20
#define SIZEOF_INT64 8