diff --git a/package.xml b/package.xml index 7176e51..3214ad5 100644 --- a/package.xml +++ b/package.xml @@ -19,8 +19,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> 2018-04-18 - 0.3.1 - 0.3.1 + 0.3.2 + 0.3.2 beta @@ -93,10 +93,10 @@ http://pear.php.net/dtd/package-2.0.xsd"> betabeta - 0.3.10.3.1 + 0.3.20.3.2 2018-04-18 - tarantool-php 0.3.1 + tarantool-php 0.3.2 Upsert bug fixed diff --git a/src/php_tarantool.h b/src/php_tarantool.h index 02221bc..c225b85 100644 --- a/src/php_tarantool.h +++ b/src/php_tarantool.h @@ -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