aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/package.xml.template
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2016-07-28 10:32:43 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2016-07-28 10:33:09 -0700
commit526a9f908627d686827f8abb34e16f211a679261 (patch)
tree79a2610f1f1efa788968ad61ff53ee8f7311ed01 /templates/package.xml.template
parent2eabf76af14ae8e5faf4399d8bba72680abe7325 (diff)
php: cleanup for GA
Diffstat (limited to 'templates/package.xml.template')
-rw-r--r--templates/package.xml.template19
1 files changed, 17 insertions, 2 deletions
diff --git a/templates/package.xml.template b/templates/package.xml.template
index 76c6fff7a7..87b1038959 100644
--- a/templates/package.xml.template
+++ b/templates/package.xml.template
@@ -12,7 +12,7 @@
<email>grpc-packages@google.com</email>
<active>yes</active>
</lead>
- <date>2016-07-21</date>
+ <date>2016-07-28</date>
<time>16:06:07</time>
<version>
<release>${settings.php_version.php()}</release>
@@ -24,7 +24,7 @@
</stability>
<license>BSD</license>
<notes>
- - PHP7 Support #7464
+ - PHP7 Support continued, reduce code duplication #7543
</notes>
<contents>
<dir baseinstalldir="/" name="/">
@@ -234,5 +234,20 @@
- PHP7 Support #7464
</notes>
</release>
+ <release>
+ <version>
+ <release>1.0.0RC3</release>
+ <api>1.0.0RC3</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <date>2016-07-28</date>
+ <license>BSD</license>
+ <notes>
+ - PHP7 Support continued, reduce code duplication #7543
+ </notes>
+ </release>
</changelog>
</package>