From b324c21c9152b5c0b7dbdd0c2f412dcdebded4ac Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Oct 2023 16:26:05 +0200 Subject: back to dev --- package.xml | 19 +++++++++++++++++-- php_rpminfo.h | 2 +- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/package.xml b/package.xml index 19f61dd..87f4c2b 100644 --- a/package.xml +++ b/package.xml @@ -15,7 +15,7 @@ Documentation: https://www.php.net/rpminfo 2023-10-12 - 1.0.0 + 1.0.1dev 1.0.0 @@ -24,7 +24,7 @@ Documentation: https://www.php.net/rpminfo PHP-3.01 -- implement rpm stream wrapper with librpm >= 4.13 +- @@ -75,6 +75,21 @@ Documentation: https://www.php.net/rpminfo rpminfo + + 2023-10-12 + + 1.0.0 + 1.0.0 + + + stable + stable + + PHP-3.01 + +- implement rpm stream wrapper with librpm >= 4.13 + + 2023-09-26 diff --git a/php_rpminfo.h b/php_rpminfo.h index bdb3656..690aa98 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.0" +#define PHP_RPMINFO_VERSION "1.0.1-dev" #ifdef PHP_WIN32 # define PHP_RPMINFO_API __declspec(dllexport) -- cgit