From 4f5ed297114e84455d6c7eaf2a1b339fd12e704d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Sep 2024 11:43:36 +0200 Subject: Release 1.0.0 --- package.xml | 23 +++++++++++++++++++---- php_xpass.h | 2 +- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/package.xml b/package.xml index e5a2ad3..8f2fb33 100644 --- a/package.xml +++ b/package.xml @@ -16,18 +16,18 @@ distributions, using extended crypt library (libxcrypt): remi@php.net yes - 2024-09-02 + 2024-09-09 - 1.0.0RC2 + 1.0.0 1.0.0 - beta + stable stable PHP-3.01 -- fix libxcrypt algorithm detection (@zeriyoshi) +- first RC release @@ -59,6 +59,21 @@ distributions, using extended crypt library (libxcrypt): xpass + + 2024-09-02 + + 1.0.0RC2 + 1.0.0 + + + beta + stable + + PHP-3.01 + +- fix libxcrypt algorithm detection (@zeriyoshi) + + 2024-08-28 diff --git a/php_xpass.h b/php_xpass.h index a669879..efd73b6 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.0RC2" +#define PHP_XPASS_VERSION "1.0.0" #define PHP_XPASS_AUTHOR "Remi Collet" #define PHP_XPASS_LICENSE "PHP-3.01" -- cgit