From 50e5316d5a3cff209d9686340d0ffe47c422c762 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 13 Oct 2023 14:47:07 +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 2fa88f5..1208c2e 100644 --- a/package.xml +++ b/package.xml @@ -15,7 +15,7 @@ Documentation: https://www.php.net/rpminfo 2023-10-13 - 1.0.1 + 1.0.2dev 1.0.0 @@ -24,8 +24,7 @@ Documentation: https://www.php.net/rpminfo PHP-3.01 -- fix stack smashing on 32-bit -- allow retrieval of hardlink content +- @@ -76,6 +75,22 @@ Documentation: https://www.php.net/rpminfo rpminfo + + 2023-10-13 + + 1.0.1 + 1.0.0 + + + stable + stable + + PHP-3.01 + +- fix stack smashing on 32-bit +- allow retrieval of hardlink content + + 2023-10-12 diff --git a/php_rpminfo.h b/php_rpminfo.h index e8ad1a6..45cc30b 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.0.1" +#define PHP_RPMINFO_VERSION "1.0.2-dev" #ifdef PHP_WIN32 # define PHP_RPMINFO_API __declspec(dllexport) -- cgit