aboutsummaryrefslogtreecommitdiff
path: root/php/ext
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2019-07-11 07:52:05 -0700
committerGitHub <noreply@github.com>2019-07-11 07:52:05 -0700
commit6a59a2ad1f61d9696092f79b6d74368b4d7970a3 (patch)
treee88baca8124891046eef576b2a3988f7da1f8a69 /php/ext
parent864bd030cf60e0ae037fc4c734f86542532e479d (diff)
downloadprotobuf-6a59a2ad1f61d9696092f79b6d74368b4d7970a3.tar.gz
Update protobuf version (#6366)
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 f81e55f1a..a56ade6d1 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-06-17</date>
- <time>09:34:50</time>
+ <date>2019-07-10</date>
+ <time>16:50:08</time>
<version>
- <release>3.9.0RC1</release>
+ <release>3.9.0</release>
<api>3.9.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>
@@ -361,5 +361,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.9.0</release>
+ <api>3.9.0</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <date>2019-07-10</date>
+ <time>16:50:08</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 4e922ba9c..26e662187 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.9.0RC1"
+#define PHP_PROTOBUF_VERSION "3.9.0"
#define MAX_LENGTH_OF_INT64 20
#define SIZEOF_INT64 8