aboutsummaryrefslogtreecommitdiffhomepage
path: root/php/ext/google
diff options
context:
space:
mode:
authorGravatar Bo Yang <teboring@google.com>2017-06-21 10:20:34 -0700
committerGravatar Bo Yang <teboring@google.com>2017-06-21 10:20:34 -0700
commite7bcfc42411c8c1ffcec68474b308bc1da21f460 (patch)
treea58201de8d658af7444002973ba973b5265a82e9 /php/ext/google
parent8ecae34ac65218e9fda1586abc39f8762dbb40de (diff)
Update version number to 3.3.2
Diffstat (limited to 'php/ext/google')
-rw-r--r--php/ext/google/protobuf/package.xml18
-rw-r--r--php/ext/google/protobuf/protobuf.h2
2 files changed, 18 insertions, 2 deletions
diff --git a/php/ext/google/protobuf/package.xml b/php/ext/google/protobuf/package.xml
index 2c405aa9..20a45bc6 100644
--- a/php/ext/google/protobuf/package.xml
+++ b/php/ext/google/protobuf/package.xml
@@ -13,7 +13,7 @@
<date>2017-01-13</date>
<time>16:06:07</time>
<version>
- <release>3.3.1</release>
+ <release>3.3.2</release>
<api>3.3.0</api>
</version>
<stability>
@@ -120,5 +120,21 @@ GA release.
GA release.
</notes>
</release>
+ <release>
+ <version>
+ <release>3.3.2</release>
+ <api>3.3.0</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <date>2017-06-21</date>
+ <time>15:33:07</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 c3374af3..8a4b82da 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.3.1"
+#define PHP_PROTOBUF_VERSION "3.3.2"
#define MAX_LENGTH_OF_INT64 20
#define SIZEOF_INT64 8