From 6fc87efebfae78546e5a8c16b7bfb9ad542f5543 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 Sep 2020 11:41:33 +0200 Subject: Release 0.5.1 --- package.xml | 5 +++-- php_rpminfo.h | 4 ++-- rpminfo.c | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.xml b/package.xml index 237bd54..f74fe48 100644 --- a/package.xml +++ b/package.xml @@ -13,9 +13,9 @@ Documentation: https://www.php.net/rpminfo remi@php.net yes - 2020-04-07 + 2020-09-23 - 0.5.1dev + 0.5.1 0.5.0 @@ -25,6 +25,7 @@ Documentation: https://www.php.net/rpminfo PHP 3.01 - split tests for PHP 7/8 +- improve librpm example diff --git a/php_rpminfo.h b/php_rpminfo.h index 2ba34ea..29223aa 100644 --- a/php_rpminfo.h +++ b/php_rpminfo.h @@ -1,6 +1,6 @@ /* +----------------------------------------------------------------------+ - | PHP Version 7 | + | rpminfo extension for PHP | +----------------------------------------------------------------------+ | Copyright (c) The PHP Group | +----------------------------------------------------------------------+ @@ -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-dev" +#define PHP_RPMINFO_VERSION "0.5.1" #ifdef PHP_WIN32 # define PHP_RPMINFO_API __declspec(dllexport) diff --git a/rpminfo.c b/rpminfo.c index 3d0489d..2e5cb0e 100644 --- a/rpminfo.c +++ b/rpminfo.c @@ -1,6 +1,6 @@ /* +----------------------------------------------------------------------+ - | PHP Version 7 | + | rpminfo extension for PHP | +----------------------------------------------------------------------+ | Copyright (c) The PHP Group | +----------------------------------------------------------------------+ -- cgit