From 7489e86a955e483b9aac65aab4a8394d761ec671 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Apr 2026 09:39:15 +0200 Subject: Back to dev --- package.xml | 21 ++++++++++++++++++--- php_rpminfo.h | 2 +- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/package.xml b/package.xml index 58b197e..40b3d5d 100644 --- a/package.xml +++ b/package.xml @@ -15,7 +15,7 @@ Documentation: https://www.php.net/rpminfo 2025-09-25 - 1.2.1 + 1.2.2dev 1.2.0 @@ -24,8 +24,7 @@ Documentation: https://www.php.net/rpminfo PHP-3.01 @@ -78,6 +77,22 @@ Documentation: https://www.php.net/rpminfo rpminfo + + 2025-09-25 + + 1.2.1 + 1.2.0 + + + stable + stable + + PHP-3.01 + + 2024-12-19 diff --git a/php_rpminfo.h b/php_rpminfo.h index 68a8694..15e44e1 100644 --- a/php_rpminfo.h +++ b/php_rpminfo.h @@ -22,7 +22,7 @@ extern zend_module_entry rpminfo_module_entry; #define phpext_rpminfo_ptr &rpminfo_module_entry -#define PHP_RPMINFO_VERSION "1.2.1" +#define PHP_RPMINFO_VERSION "1.2.2-dev" #define PHP_RPMINFO_AUTHOR "Remi Collet" #define PHP_RPMINFO_LICENSE "PHP-3.01" -- cgit