Skip to content

Commit ca0d939

Browse files
committed
Prepare 3.2.0RC2
1 parent 1f4b029 commit ca0d939

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
3333
<email>[email protected]</email>
3434
<active>yes</active>
3535
</lead>
36-
<date>2022-03-07</date>
36+
<date>2022-03-09</date>
3737
<version>
38-
<release>3.2.0RC1</release>
38+
<release>3.2.0RC2</release>
3939
<api>3.2.0</api>
4040
</version>
4141
<stability>

php_memcached.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# include "config.h"
3131
#endif
3232

33-
#define PHP_MEMCACHED_VERSION "3.2.0RC1"
33+
#define PHP_MEMCACHED_VERSION "3.2.0RC2"
3434

3535
#if defined(PHP_WIN32) && defined(MEMCACHED_EXPORTS)
3636
#define PHP_MEMCACHED_API __declspec(dllexport)

0 commit comments

Comments
 (0)