aboutsummaryrefslogtreecommitdiff
path: root/php
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2017-01-11 21:56:54 +0000
committerGitHub <noreply@github.com>2017-01-11 21:56:54 +0000
commit5750146bd69064efe7d19e12797b8429e948513c (patch)
treebb2e8c4a7402c943308058e5a6c7bd94199dfab2 /php
parent4447637bf73494efff79596f5911d9af8871e620 (diff)
downloadprotobuf-5750146bd69064efe7d19e12797b8429e948513c.tar.gz
protobuf-5750146bd69064efe7d19e12797b8429e948513c.tar.bz2
protobuf-5750146bd69064efe7d19e12797b8429e948513c.zip
Update version number to 3.2.0-rc.1 (#2578)v3.2.0-rc.1
Diffstat (limited to 'php')
-rw-r--r--php/ext/google/protobuf/package.xml8
-rw-r--r--php/ext/google/protobuf/protobuf.h2
2 files changed, 5 insertions, 5 deletions
diff --git a/php/ext/google/protobuf/package.xml b/php/ext/google/protobuf/package.xml
index 3067bdbb..80537005 100644
--- a/php/ext/google/protobuf/package.xml
+++ b/php/ext/google/protobuf/package.xml
@@ -13,8 +13,8 @@
<date>2017-01-13</date>
<time>16:06:07</time>
<version>
- <release>3.2.0a1</release>
- <api>3.2.0a1</api>
+ <release>3.2.0a1rc1</release>
+ <api>3.2.0a1rc1</api>
</version>
<stability>
<release>alpha</release>
@@ -73,8 +73,8 @@ First alpha release
</release>
<release>
<version>
- <release>3.2.0a1</release>
- <api>3.2.0a1</api>
+ <release>3.2.0a1rc1</release>
+ <api>3.2.0a1rc1</api>
</version>
<stability>
<release>alpha</release>
diff --git a/php/ext/google/protobuf/protobuf.h b/php/ext/google/protobuf/protobuf.h
index 36c81963..b88dccf9 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.2.0a1"
+#define PHP_PROTOBUF_VERSION "3.2.0a1rc1"
#define MAX_LENGTH_OF_INT64 20
#define SIZEOF_INT64 8