From 69ca15d17f7479b08448fc73c4505370882eff26 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 11 Mar 2020 09:19:20 +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 ae4e9f9..1fe19ba 100644 --- a/package.xml +++ b/package.xml @@ -17,7 +17,7 @@ Available functions: 2020-03-11 - 0.2.2 + 0.2.3dev 0.2.0 @@ -26,7 +26,7 @@ Available functions: PHP 3.01 -- Fix gh#1 rpmvercmp() incorrect comparison result +- @@ -70,6 +70,21 @@ Available functions: rpminfo + + 2020-03-11 + + 0.2.2 + 0.2.0 + + + beta + beta + + PHP 3.01 + +- Fix gh#1 rpmvercmp() incorrect comparison result + + 2018-02-12 diff --git a/php_rpminfo.h b/php_rpminfo.h index f8a8ee4..c3502f2 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.2" +#define PHP_RPMINFO_VERSION "0.2.3-dev" #ifdef PHP_WIN32 # define PHP_RPMINFO_API __declspec(dllexport) -- cgit