diff --git a/package.xml b/package.xml index 9e7bc5d..ddee0ac 100644 --- a/package.xml +++ b/package.xml @@ -11,10 +11,10 @@ yes 2018-12-16 - + - 2.0.18 - 2.0.18 + 2.0.19 + 2.0.19 stable @@ -22,7 +22,7 @@ BSD 2-Clause License -- Restore compatibility with PHP before 7.3 +- Restore compatibility with 7.3 diff --git a/php_libsodium.h b/php_libsodium.h index 50f83fb..e112bc2 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.18" +#define PHP_SODIUM_VERSION "2.0.19" #ifdef PHP_WIN32 # define PHP_SODIUM_API __declspec(dllexport)