From 55668fe2653259743aef7959100b43b58165bdb5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 18 Jun 2021 12:18:29 +0200 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 f74fe48..ea80fd5 100644 --- a/package.xml +++ b/package.xml @@ -15,7 +15,7 @@ Documentation: https://www.php.net/rpminfo 2020-09-23 - 0.5.1 + 0.5.2dev 0.5.0 @@ -24,8 +24,7 @@ Documentation: https://www.php.net/rpminfo PHP 3.01 -- split tests for PHP 7/8 -- improve librpm example +- @@ -72,6 +71,22 @@ Documentation: https://www.php.net/rpminfo rpminfo + + 2020-09-23 + + 0.5.1 + 0.5.0 + + + stable + stable + + PHP 3.01 + +- split tests for PHP 7/8 +- improve librpm example + + 2020-04-07 diff --git a/php_rpminfo.h b/php_rpminfo.h index 29223aa..ec7f126 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.5.1" +#define PHP_RPMINFO_VERSION "0.5.2-dev" #ifdef PHP_WIN32 # define PHP_RPMINFO_API __declspec(dllexport) -- cgit