From 250f90c788673b3e089a47412cd82f74d6f5492d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 13 Sep 2024 14:36:51 +0200 Subject: Release 1.1.0RC1 --- package.xml | 12 ++++++------ php_xpass.h | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.xml b/package.xml index 5f9c4e2..87398b0 100644 --- a/package.xml +++ b/package.xml @@ -16,22 +16,22 @@ distributions, using extended crypt library (libxcrypt): remi@php.net yes - 2024-09-09 + 2024-09-13 - 1.1.0dev + 1.1.0RC1 1.1.0 - stable - stable + beta + beta PHP-3.01 - + + ]]> diff --git a/php_xpass.h b/php_xpass.h index 6b1f0f2..56da634 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-dev" +#define PHP_XPASS_VERSION "1.1.0RC1" #define PHP_XPASS_AUTHOR "Remi Collet" #define PHP_XPASS_LICENSE "PHP-3.01" -- cgit