From 84507822de0c60ee188fd815d6a41a8d066b9df4 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 26 Oct 2017 13:14:18 +0200 Subject: [PATCH] 2.0.10 --- package.xml | 6 +++--- php_libsodium.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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)