Skip to content

Commit

Permalink
0.9.0 release
Browse files Browse the repository at this point in the history
No major issues in the past 3 months, just a small fix.
  • Loading branch information
eduardokvb committed Feb 7, 2017
1 parent 99b6ef0 commit 61065c2
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 @@ -22,14 +22,14 @@
<email>[email protected]</email>
<active>yes</active>
</contributor>
<date>2016-02-29</date>
<date>2017-02-07</date>
<time>12:00:00</time>
<version>
<release>0.9.0dev</release>
<release>0.9.0</release>
<api>0.8.0</api>
</version>
<stability>
<release>beta</release>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://opensource.org/licenses/BSD-2-Clause">BSD 2-clause</license>
Expand Down Expand Up @@ -81,6 +81,21 @@
<providesextension>smbclient</providesextension>
<extsrcrelease/>
<changelog>
<release>
<date>2017-02-07</date>
<version>
<release>0.9.0</release>
<api>0.8.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://opensource.org/licenses/BSD-2-Clause">BSD 2-clause</license>
<notes>
- Promoting to stable after 3 months, and just a small fix.
</notes>
</release>
<release>
<date>2016-02-29</date>
<version>
Expand Down
2 changes: 1 addition & 1 deletion php_smbclient.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

#include <libsmbclient.h>

#define PHP_SMBCLIENT_VERSION "0.9.0-dev"
#define PHP_SMBCLIENT_VERSION "0.9.0"

extern zend_module_entry smbclient_module_entry;
#define phpext_smbclient_ptr &smbclient_module_entry
Expand Down

0 comments on commit 61065c2

Please sign in to comment.