File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
19
19
</lead >
20
20
<date >2018-04-18</date >
21
21
<version >
22
- <release >0.3.1 </release >
23
- <api >0.3.1 </api >
22
+ <release >0.3.2 </release >
23
+ <api >0.3.2 </api >
24
24
</version >
25
25
<stability >
26
26
<release >beta</release >
@@ -93,10 +93,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
93
93
<changelog >
94
94
<release >
95
95
<stability ><release >beta</release ><api >beta</api ></stability >
96
- <version ><release >0.3.1 </release ><api >0.3.1 </api ></version >
96
+ <version ><release >0.3.2 </release ><api >0.3.2 </api ></version >
97
97
<date >2018-04-18</date >
98
98
<notes >
99
- tarantool-php 0.3.1
99
+ tarantool-php 0.3.2
100
100
101
101
Upsert bug fixed
102
102
</notes >
Original file line number Diff line number Diff line change 32
32
extern zend_module_entry tarantool_module_entry ;
33
33
#define phpext_tarantool_ptr &tarantool_module_entry
34
34
35
- #define PHP_TARANTOOL_VERSION "0.3.1 "
35
+ #define PHP_TARANTOOL_VERSION "0.3.2 "
36
36
#define PHP_TARANTOOL_EXTNAME "tarantool"
37
37
38
38
#ifdef PHP_WIN32
You can’t perform that action at this time.
0 commit comments