diff options
| -rw-r--r-- | package.xml | 6 | ||||
| -rw-r--r-- | php_rpminfo.h | 4 | ||||
| -rw-r--r-- | rpminfo.c | 2 | 
3 files changed, 6 insertions, 6 deletions
| diff --git a/package.xml b/package.xml index dd9cd19..ae4e9f9 100644 --- a/package.xml +++ b/package.xml @@ -15,9 +15,9 @@ Available functions:      <email>remi@php.net</email>      <active>yes</active>    </lead> -  <date>2018-02-12</date> +  <date>2020-03-11</date>    <version> -    <release>0.2.2dev</release> +    <release>0.2.2</release>      <api>0.2.0</api>    </version>    <stability> @@ -26,7 +26,7 @@ Available functions:    </stability>    <license>PHP 3.01</license>    <notes> -- +- Fix gh#1 rpmvercmp() incorrect comparison result    </notes>    <contents>      <dir name="/"> diff --git a/php_rpminfo.h b/php_rpminfo.h index e410db1..f8a8ee4 100644 --- a/php_rpminfo.h +++ b/php_rpminfo.h @@ -2,7 +2,7 @@    +----------------------------------------------------------------------+    | PHP Version 7                                                        |    +----------------------------------------------------------------------+ -  | Copyright (c) 2018 The PHP Group                                     | +  | Copyright (c) The PHP Group                                          |    +----------------------------------------------------------------------+    | This source file is subject to version 3.01 of the PHP license,      |    | that is bundled with this package in the file LICENSE, and is        | @@ -22,7 +22,7 @@  extern zend_module_entry rpminfo_module_entry;  #define phpext_rpminfo_ptr &rpminfo_module_entry -#define PHP_RPMINFO_VERSION "0.2.2-dev" +#define PHP_RPMINFO_VERSION "0.2.2"  #ifdef PHP_WIN32  #	define PHP_RPMINFO_API __declspec(dllexport) @@ -2,7 +2,7 @@    +----------------------------------------------------------------------+    | PHP Version 7                                                        |    +----------------------------------------------------------------------+ -  | Copyright (c) 2018 The PHP Group                                     | +  | Copyright (c) The PHP Group                                          |    +----------------------------------------------------------------------+    | This source file is subject to version 3.01 of the PHP license,      |    | that is bundled with this package in the file LICENSE, and is        | | 
