summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-03-12 15:22:53 +0100
committerRemi Collet <remi@remirepo.net>2020-03-12 15:22:53 +0100
commit2d4db596d6088131a2a2c11b667fa506762d2491 (patch)
treefc16797bd2eeeb2f66f947f336caf28156d6229b
parenta5f76e71e600eed3f65a76cd3417833c17ae3a1e (diff)
Back to dev
-rw-r--r--package.xml21
-rw-r--r--php_rpminfo.h2
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)