From 5c0fde6d380399a5115320e3a7855cf6c7abb540 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Mar 2020 15:53:38 +0100 Subject: Back to dev --- package.xml | 25 ++++++++++++++++++++----- php_rpminfo.h | 2 +- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/package.xml b/package.xml index ec92626..a270a85 100644 --- a/package.xml +++ b/package.xml @@ -18,7 +18,7 @@ Available functions: 2020-03-18 - 0.4.1 + 0.4.2dev 0.4.0 @@ -27,9 +27,7 @@ Available functions: PHP 3.01 -- fix build with RPM 4.12 (Fedora 21-22 only) -- add type hinting in reflection -- return NULL instead of FALSE on failure +- @@ -75,7 +73,24 @@ Available functions: - 2020-03-13 + 2020-03-18 + + 0.4.1 + 0.4.0 + + + stable + stable + + PHP 3.01 + +- fix build with RPM 4.12 (Fedora 21-22 only) +- add type hinting in reflection +- return NULL instead of FALSE on failure + + + + 2020-03-13 0.4.0 0.4.0 diff --git a/php_rpminfo.h b/php_rpminfo.h index 8431e5d..4fbe8af 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 "0.4.1" +#define PHP_RPMINFO_VERSION "0.4.2-dev" #ifdef PHP_WIN32 # define PHP_RPMINFO_API __declspec(dllexport) -- cgit