From 59449643838d6ae60df599cd21fb99eaf05434c2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Sep 2024 11:45:22 +0200 Subject: back to dev --- package.xml | 19 +++++++++++++++++-- php_xpass.h | 2 +- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/package.xml b/package.xml index 8f2fb33..ada2994 100644 --- a/package.xml +++ b/package.xml @@ -18,7 +18,7 @@ distributions, using extended crypt library (libxcrypt): 2024-09-09 - 1.0.0 + 1.0.1dev 1.0.0 @@ -27,7 +27,7 @@ distributions, using extended crypt library (libxcrypt): PHP-3.01 -- first RC release +- @@ -59,6 +59,21 @@ distributions, using extended crypt library (libxcrypt): xpass + + 2024-09-09 + + 1.0.0 + 1.0.0 + + + stable + stable + + PHP-3.01 + +- first RC release + + 2024-09-02 diff --git a/php_xpass.h b/php_xpass.h index efd73b6..05fbf79 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" +#define PHP_XPASS_VERSION "1.0.1-dev" #define PHP_XPASS_AUTHOR "Remi Collet" #define PHP_XPASS_LICENSE "PHP-3.01" -- cgit