Update version number for php c extension (#3896)

pull/3941/head
Paul Yang 7 years ago committed by GitHub
parent e99e5d093f
commit 98836a56e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 22
      php/ext/google/protobuf/package.xml
  2. 2
      php/ext/google/protobuf/protobuf.h

@ -10,11 +10,11 @@
<email>protobuf-opensource@google.com</email>
<active>yes</active>
</lead>
<date>2017-09-14</date>
<date>2017-11-15</date>
<time>11:02:07</time>
<version>
<release>3.4.1</release>
<api>3.4.1</api>
<release>3.5.0</release>
<api>3.5.0</api>
</version>
<stability>
<release>stable</release>
@ -165,6 +165,22 @@ GA release.
<time>11:02:07</time>
<license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
<notes>
GA release.
</notes>
</release>
<release>
<version>
<release>3.5.0</release>
<api>3.5.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2017-11-15</date>
<time>11:02:07</time>
<license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
<notes>
GA release.
</notes>
</release>

@ -37,7 +37,7 @@
#include "upb.h"
#define PHP_PROTOBUF_EXTNAME "protobuf"
#define PHP_PROTOBUF_VERSION "3.4.1"
#define PHP_PROTOBUF_VERSION "3.5.0"
#define MAX_LENGTH_OF_INT64 20
#define SIZEOF_INT64 8

Loading…
Cancel
Save