From 3aca69bd0b7739d6430c2c80f8f9a0ee65b315c3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Apr 2026 10:21:42 +0200 Subject: back to dev --- package.xml | 19 ++++++++++++++++++- php_xpass.h | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/package.xml b/package.xml index 0db5bc5..7c1a7b3 100644 --- a/package.xml +++ b/package.xml @@ -28,7 +28,7 @@ See PHP documentation on https://www.php.net/xpass 2026-01-13 - 1.2.0 + 1.2.1dev 1.1.0 @@ -82,6 +82,23 @@ See PHP documentation on https://www.php.net/xpass xpass + + 2026-01-13 + + 1.2.0 + 1.1.0 + + + stable + stable + + PHP-3.01 + + 2024-09-26 diff --git a/php_xpass.h b/php_xpass.h index d904a0a..9f0d501 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.2.0" +#define PHP_XPASS_VERSION "1.2.1-dev" #define PHP_XPASS_AUTHOR "Remi Collet" #define PHP_XPASS_LICENSE "PHP-3.01" -- cgit