Skip to content

Commit

Permalink
Bump new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Gadzhiev committed Apr 18, 2018
1 parent 209d646 commit 99ffbd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
</lead>
<date>2018-04-18</date>
<version>
<release>0.3.1</release>
<api>0.3.1</api>
<release>0.3.2</release>
<api>0.3.2</api>
</version>
<stability>
<release>beta</release>
Expand Down Expand Up @@ -93,10 +93,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
<changelog>
<release>
<stability><release>beta</release><api>beta</api></stability>
<version><release>0.3.1</release><api>0.3.1</api></version>
<version><release>0.3.2</release><api>0.3.2</api></version>
<date>2018-04-18</date>
<notes>
tarantool-php 0.3.1
tarantool-php 0.3.2

Upsert bug fixed
</notes>
Expand Down
2 changes: 1 addition & 1 deletion src/php_tarantool.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
extern zend_module_entry tarantool_module_entry;
#define phpext_tarantool_ptr &tarantool_module_entry

#define PHP_TARANTOOL_VERSION "0.3.1"
#define PHP_TARANTOOL_VERSION "0.3.2"
#define PHP_TARANTOOL_EXTNAME "tarantool"

#ifdef PHP_WIN32
Expand Down

0 comments on commit 99ffbd0

Please sign in to comment.