From 80fdfd87f89ddf1640b05c561cae74c6fac51472 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Aug 2024 16:16:35 +0200 Subject: requires libxcrypt >= 4.4 --- php_xpass.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php_xpass.h') diff --git a/php_xpass.h b/php_xpass.h index 0bb441f..5d889c4 100644 --- a/php_xpass.h +++ b/php_xpass.h @@ -22,7 +22,7 @@ extern zend_module_entry xpass_module_entry; #define phpext_xpass_ptr &xpass_module_entry -#define PHP_XPASS_VERSION "1.0.0-dev" +#define PHP_XPASS_VERSION "1.0.0RC1" #define PHP_XPASS_AUTHOR "Remi Collet" #define PHP_XPASS_LICENSE "PHP-3.01" -- cgit