From 2e3e6f8220d68a5e62197d51aed16a3e08da223b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 11 Mar 2020 15:18:17 +0100 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 5393aeb..01360d6 100644 --- a/package.xml +++ b/package.xml @@ -17,7 +17,7 @@ Available functions: 2020-03-11 - 0.2.3 + 0.3.0dev 0.2.0 @@ -26,7 +26,7 @@ Available functions: PHP 3.01 -- fix gh#2 free allocated iterators to avoid "DB2053 Freeing read locks..." messages +- @@ -70,6 +70,21 @@ Available functions: rpminfo + + 2020-03-11 + + 0.2.3 + 0.2.0 + + + beta + beta + + PHP 3.01 + +- fix gh#2 free allocated iterators to avoid "DB2053 Freeing read locks..." messages + + 2020-03-11 diff --git a/php_rpminfo.h b/php_rpminfo.h index 2889d33..d91f9f1 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.2.3" +#define PHP_RPMINFO_VERSION "0.3.0-dev" #ifdef PHP_WIN32 # define PHP_RPMINFO_API __declspec(dllexport) -- cgit