diff options
author | Remi Collet <remi@remirepo.net> | 2020-03-11 10:44:31 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-03-11 10:44:31 +0100 |
commit | 934ffa55e512f3babbfa2fa27ee7e4048bb059f5 (patch) | |
tree | 213d79be641915921ec5f9a6a7fd7e981eec9a33 | |
parent | cf24cad61566ea38ad11526d9111b40861a2ccfa (diff) |
Release 0.2.3v0.2.3
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | package.xml | 4 | ||||
-rw-r--r-- | php_rpminfo.h | 2 |
3 files changed, 5 insertions, 3 deletions
@@ -26,12 +26,14 @@ config.cache config.guess config.h config.h.in +config.h.in~ config.log config.nice config.status config.sub configure configure.in +configure.ac conftest conftest.c Makefile diff --git a/package.xml b/package.xml index 1fe19ba..5393aeb 100644 --- a/package.xml +++ b/package.xml @@ -17,7 +17,7 @@ Available functions: </lead> <date>2020-03-11</date> <version> - <release>0.2.3dev</release> + <release>0.2.3</release> <api>0.2.0</api> </version> <stability> @@ -26,7 +26,7 @@ Available functions: </stability> <license>PHP 3.01</license> <notes> -- +- fix gh#2 free allocated iterators to avoid "DB2053 Freeing read locks..." messages </notes> <contents> <dir name="/"> diff --git a/php_rpminfo.h b/php_rpminfo.h index c3502f2..2889d33 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.3-dev" +#define PHP_RPMINFO_VERSION "0.2.3" #ifdef PHP_WIN32 # define PHP_RPMINFO_API __declspec(dllexport) |