Skip to content

Commit

Permalink
back to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Jan 26, 2018
1 parent 5aedac0 commit cf809b7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
21 changes: 18 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 12,7 @@
</lead>
<date>2018-01-26</date>
<version>
<release>0.1.1</release>
<release>0.1.2dev</release>
<api>0.1.0</api>
</version>
<stability>
Expand All @@ -21,8 21,7 @@
</stability>
<license>PHP 3.01</license>
<notes>
- fix segfault in ZTS mode
- define RPMVERSION constant
-
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -63,6 62,22 @@
<providesextension>rpminfo</providesextension>
<extsrcrelease/>
<changelog>
<release>
<date>2018-01-26</date>
<version>
<release>0.1.1</release>
<api>0.1.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<license>PHP 3.01</license>
<notes>
- fix segfault in ZTS mode
- define RPMVERSION constant
</notes>
</release>
<release>
<date>2018-01-26</date>
<version>
Expand Down
2 changes: 1 addition & 1 deletion php_rpminfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 22,7 @@
extern zend_module_entry rpminfo_module_entry;
#define phpext_rpminfo_ptr &rpminfo_module_entry

#define PHP_RPMINFO_VERSION "0.1.1"
#define PHP_RPMINFO_VERSION "0.1.2-dev"

#ifdef PHP_WIN32
# define PHP_RPMINFO_API __declspec(dllexport)
Expand Down

0 comments on commit cf809b7

Please sign in to comment.