aboutsummaryrefslogtreecommitdiff
path: root/php/ext/google
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2019-02-19 15:54:45 -0800
committerGitHub <noreply@github.com>2019-02-19 15:54:45 -0800
commitc7b339220166e8f78b35e8f6a72775476fde1028 (patch)
tree52a205817b3ff28873eaf4fa0109d383955b71ee /php/ext/google
parent688f7dee5a5c8e7acaefc383f66dd43f75597fa3 (diff)
downloadprotobuf-c7b339220166e8f78b35e8f6a72775476fde1028.tar.gz
Update version to 3.7.0 (#5749)
* Update version to 3.7.0 * Update version number for java bom
Diffstat (limited to 'php/ext/google')
-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 999b92ed9..a33625e45 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-01</date>
- <time>10:22:43</time>
+ <date>2019-02-19</date>
+ <time>11:02:29</time>
<version>
- <release>3.7.0RC2</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>
@@ -276,5 +276,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-19</date>
+ <time>11:02:29</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 f15db0033..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.0RC2"
+#define PHP_PROTOBUF_VERSION "3.7.0"
#define MAX_LENGTH_OF_INT64 20
#define SIZEOF_INT64 8