Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Mar 12, 2020
1 parent d80ca1b commit a5f76e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion REFLECTION
Original file line number Diff line number Diff line change
@@ -1,4 1,4 @@
Extension [ <persistent> extension #94 rpminfo version 0.3.0 ] {
Extension [ <persistent> extension #15 rpminfo version 0.3.1 ] {

- Constants [271] {
Constant [ string RPMVERSION ] { 4.15.1 }
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 18,7 @@ Available functions:
</lead>
<date>2020-03-12</date>
<version>
<release>0.3.1dev</release>
<release>0.3.1</release>
<api>0.3.0</api>
</version>
<stability>
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.3.1-dev"
#define PHP_RPMINFO_VERSION "0.3.1"

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

0 comments on commit a5f76e7

Please sign in to comment.