From 2d4db596d6088131a2a2c11b667fa506762d2491 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Mar 2020 15:22:53 +0100 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 528f2a9..da0acd5 100644 --- a/package.xml +++ b/package.xml @@ -18,7 +18,7 @@ Available functions: 2020-03-12 - 0.3.1 + 0.3.2dev 0.3.0 @@ -27,8 +27,7 @@ Available functions: PHP 3.01 -- allow search by Pkgid, Hdrid, Installtid with specific input -- fix search with various other tags (Version, ...) +- @@ -72,6 +71,22 @@ Available functions: rpminfo + + 2020-03-12 + + 0.3.1 + 0.3.0 + + + beta + beta + + PHP 3.01 + +- allow search by Pkgid, Hdrid, Installtid with specific input +- fix search with various other tags (Version, ...) + + 2020-03-12 diff --git a/php_rpminfo.h b/php_rpminfo.h index 15711d7..9f8925f 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.3.1" +#define PHP_RPMINFO_VERSION "0.3.2-dev" #ifdef PHP_WIN32 # define PHP_RPMINFO_API __declspec(dllexport) -- cgit