diff options
| -rw-r--r-- | package.xml | 21 | ||||
| -rw-r--r-- | php_rpminfo.h | 2 | 
2 files changed, 19 insertions, 4 deletions
diff --git a/package.xml b/package.xml index 528f2a9..da0acd5 100644 --- a/package.xml +++ b/package.xml @@ -18,7 +18,7 @@ Available functions:    </lead>    <date>2020-03-12</date>    <version> -    <release>0.3.1</release> +    <release>0.3.2dev</release>      <api>0.3.0</api>    </version>    <stability> @@ -27,8 +27,7 @@ Available functions:    </stability>    <license>PHP 3.01</license>    <notes> -- allow search by Pkgid, Hdrid, Installtid with specific input -- fix search with various other tags (Version, ...) +-    </notes>    <contents>      <dir name="/"> @@ -75,6 +74,22 @@ Available functions:      <release>        <date>2020-03-12</date>        <version> +        <release>0.3.1</release> +        <api>0.3.0</api> +      </version> +      <stability> +        <release>beta</release> +        <api>beta</api> +      </stability> +      <license>PHP 3.01</license> +      <notes> +- allow search by Pkgid, Hdrid, Installtid with specific input +- fix search with various other tags (Version, ...) +      </notes> +    </release> +    <release> +      <date>2020-03-12</date> +      <version>          <release>0.3.0</release>          <api>0.3.0</api>        </version> diff --git a/php_rpminfo.h b/php_rpminfo.h index 15711d7..9f8925f 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.3.1" +#define PHP_RPMINFO_VERSION "0.3.2-dev"  #ifdef PHP_WIN32  #	define PHP_RPMINFO_API __declspec(dllexport)  | 
