diff --git a/package.xml b/package.xml index 2458caa..51fb061 100644 --- a/package.xml +++ b/package.xml @@ -10,11 +10,11 @@ jedisct1@php.net yes - 2017-10-20 + 2017-10-26 - 2.0.9 - 2.0.9 + 2.0.10 + 2.0.10 stable diff --git a/php_libsodium.h b/php_libsodium.h index 7e70611..55750a2 100644 --- a/php_libsodium.h +++ b/php_libsodium.h @@ -5,7 +5,7 @@ extern zend_module_entry sodium_module_entry; #define phpext_sodium_ptr &sodium_module_entry -#define PHP_SODIUM_VERSION "2.0.9" +#define PHP_SODIUM_VERSION "2.0.10" #ifdef PHP_WIN32 # define PHP_SODIUM_API __declspec(dllexport)