summaryrefslogtreecommitdiffstats
path: root/php_xpass.h
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-01-13 11:24:11 +0100
committerRemi Collet <remi@php.net>2026-01-13 11:24:11 +0100
commite8edf1395b25ee0dba11a00b666c06280aef440c (patch)
tree3f3bde322cddfd3bccf5be2217a0473618586ec9 /php_xpass.h
parenta7d635afb702594870559d54453ea7b5dcaa760a (diff)
add SM3 hash algos available in libxcrypt 4.5HEADv1.2.0master
Diffstat (limited to 'php_xpass.h')
-rw-r--r--php_xpass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/php_xpass.h b/php_xpass.h
index 0d10ff2..d904a0a 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.1.0"
+#define PHP_XPASS_VERSION "1.2.0"
#define PHP_XPASS_AUTHOR "Remi Collet"
#define PHP_XPASS_LICENSE "PHP-3.01"