aboutsummaryrefslogtreecommitdiff
path: root/php
diff options
context:
space:
mode:
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