Skip to content

Commit 3bf8566

Browse files
committed
Update tag for version 0.2.0
1 parent a49b200 commit 3bf8566

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

package.xml

+15-5
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
1717
<email>[email protected]</email>
1818
<active>yes</active>
1919
</lead>
20-
<date>2015-02-26</date>
20+
<date>2015-11-22</date>
2121
<version>
22-
<release>0.1.0</release>
23-
<api>0.1.0</api>
22+
<release>0.2.0</release>
23+
<api>0.2.0</api>
2424
</version>
2525
<stability>
2626
<release>beta</release>
@@ -81,8 +81,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
8181
<dependencies>
8282
<required>
8383
<php>
84-
<min>5.4.0</min>
85-
<max>6.0.0</max>
84+
<min>7.0.0</min>
85+
<max>8.0.0</max>
8686
<exclude>6.0.0</exclude>
8787
</php>
8888
<pearinstaller>
@@ -93,6 +93,16 @@ http://pear.php.net/dtd/package-2.0.xsd">
9393
<providesextension>tarantool</providesextension>
9494
<extsrcrelease/>
9595
<changelog>
96+
<release>
97+
<stability><release>beta</release><api>beta</api></stability>
98+
<version><release>0.2.0</release><api>0.2.0</api></version>
99+
<date>2016-11-22</date>
100+
<notes>
101+
tarantool-php 0.2.0
102+
103+
PHP 7 version
104+
</notes>
105+
</release>
96106
<release>
97107
<stability><release>beta</release><api>beta</api></stability>
98108
<version><release>0.1.0</release><api>0.1.0</api></version>

rpm/php-tarantool.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global php_version %(php-config --version 2>/dev/null || echo 0)
44

55
Name: php-tarantool
6-
Version: 0.1.0.0
6+
Version: 0.2.0.0
77
Release: 1%{?dist}
88
Summary: PECL PHP driver for Tarantool/Box
99
Group: Development/Languages

src/php_tarantool.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
extern zend_module_entry tarantool_module_entry;
3030
#define phpext_tarantool_ptr &tarantool_module_entry
3131

32-
#define PHP_TARANTOOL_VERSION "0.1.0"
32+
#define PHP_TARANTOOL_VERSION "0.2.0"
3333
#define PHP_TARANTOOL_EXTNAME "tarantool"
3434

3535
#ifdef PHP_WIN32

0 commit comments

Comments
 (0)