From 4cf5ea46423d3f571aeb744e21e3414b5181b0cc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 Feb 2018 14:39:19 +0100 Subject: Release 0.2.0 --- 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 f769db7..d01a2a6 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.1.3-dev" +#define PHP_RPMINFO_VERSION "0.2.0" #ifdef PHP_WIN32 # define PHP_RPMINFO_API __declspec(dllexport) -- cgit