Skip to content

Commit a93ff86

Browse files
committed
More package.xml / version updates
1 parent 0bce76f commit a93ff86

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ http://pear.php.net/dtd/package-2.0.xsd">
2121
<email>[email protected]</email>
2222
<active>yes</active>
2323
</lead>
24-
<date>2014-04-01</date>
24+
<date>2016-02-01</date>
2525
<version>
26-
<release>2.2.0</release>
27-
<api>2.2.0</api>
26+
<release>3.0.0b1</release>
27+
<api>3.0.0</api>
2828
</version>
2929
<stability>
30-
<release>stable</release>
31-
<api>stable</api>
30+
<release>beta</release>
31+
<api>beta</api>
3232
</stability>
3333
<license uri="http://www.php.net/license">PHP</license>
3434
<notes>
@@ -165,7 +165,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
165165
<api>beta</api>
166166
</stability>
167167
<version>
168-
<release>3.0.0</release>
168+
<release>3.0.0b1</release>
169169
<api>3.0.0</api>
170170
</version>
171171
<date>2016-02-01</date>

php_memcached.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# include "config.h"
2828
#endif
2929

30-
#define PHP_MEMCACHED_VERSION "2.2.0"
30+
#define PHP_MEMCACHED_VERSION "3.0.0b1"
3131

3232
#if defined(PHP_WIN32) && defined(MEMCACHED_EXPORTS)
3333
#define PHP_MEMCACHED_API __declspec(dllexport)

0 commit comments

Comments
 (0)