From f41b62d13380c22932a6ce006bc89bb0ee4780bb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Mar 2020 09:46:36 +0100 Subject: Release 0.4.2 --- php_rpminfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php_rpminfo.h') diff --git a/php_rpminfo.h b/php_rpminfo.h index 19add24..49415c2 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.4.2-dev" +#define PHP_RPMINFO_VERSION "0.4.2" #ifdef PHP_WIN32 # define PHP_RPMINFO_API __declspec(dllexport) -- cgit