From 18d4dffda3bcd4f2b1ccc4bbd6f4a2ee9ef8117b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Mar 2020 11:05:56 +0100 Subject: Release 0.3.0 --- package.xml | 7 ++++--- php_rpminfo.h | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.xml b/package.xml index 14801b3..a2dc5a5 100644 --- a/package.xml +++ b/package.xml @@ -8,6 +8,7 @@ Available functions: - rpmvercmp to compare 2 EVRs - rpminfo to retrieve information from a RPM file - rpmdbinfo to rerieve information from an installed RPM +- rpmdbsearch to search installed RPMs Remi Collet @@ -15,10 +16,10 @@ Available functions: remi@php.net yes - 2020-03-11 + 2020-03-12 - 0.3.0dev - 0.2.0 + 0.3.0 + 0.3.0 beta diff --git a/php_rpminfo.h b/php_rpminfo.h index d91f9f1..18285f0 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.0-dev" +#define PHP_RPMINFO_VERSION "0.3.0" #ifdef PHP_WIN32 # define PHP_RPMINFO_API __declspec(dllexport) -- cgit