From d36c4f132557a49e62d994c9fcab4d81bb52b88d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Feb 2018 17:01:45 +0100 Subject: Release 0.2.1 --- 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 a7cf4bf..6516139 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.1-dev" +#define PHP_RPMINFO_VERSION "0.2.1" #ifdef PHP_WIN32 # define PHP_RPMINFO_API __declspec(dllexport) -- cgit