Skip to content

Commit

Permalink
fix release stability
Browse files Browse the repository at this point in the history
  • Loading branch information
m6w6 committed Jan 19, 2016
1 parent ecec594 commit 0996db0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,16 @@ http://pear.php.net/dtd/package-2.0.xsd">
</lead>
<date>2016-01-19</date>
<version>
<release>1.1.2dev</release>
<release>1.1.2</release>
<api>1.0.0</api>
</version>
<stability>
<release>beta</release>
<release>stable</release>
<api>stable</api>
</stability>
<license>BSD, revised</license>
<notes><![CDATA[
* Fixed release stability to stable
]]></notes>
<contents>
<dir name="/">
Expand Down
2 changes: 1 addition & 1 deletion php_raphf.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
extern zend_module_entry raphf_module_entry;
#define phpext_raphf_ptr &raphf_module_entry

#define PHP_RAPHF_VERSION "1.1.2dev"
#define PHP_RAPHF_VERSION "1.1.2"

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

0 comments on commit 0996db0

Please sign in to comment.