Skip to content

Commit

Permalink
Stable release 1.0.0
Browse files Browse the repository at this point in the history
It's been almost 2 years (wow) since the last stable release, this should be fine for production use.
  • Loading branch information
eduardokvb committed Dec 24, 2018
1 parent fb61b3c commit 357a429
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<email>[email protected]</email>
<active>yes</active>
</contributor>
<date>2017-02-07</date>
<date>2018-12-24</date>
<time>12:00:00</time>
<version>
<release>0.9.0</release>
<release>1.0.0</release>
<api>0.8.0</api>
</version>
<stability>
Expand Down Expand Up @@ -81,6 +81,22 @@
<providesextension>smbclient</providesextension>
<extsrcrelease/>
<changelog>
<release>
<date>2018-12-24</date>
<version>
<release>1.0.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>
- Remi fixed duplicate symbol issue and added support for PHP 7.3 (due to changed API).
- Mario fixed Travis setup.
</notes>
</release>
<release>
<date>2017-02-07</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"
#define PHP_SMBCLIENT_VERSION "1.0.0"

extern zend_module_entry smbclient_module_entry;
#define phpext_smbclient_ptr &smbclient_module_entry
Expand Down

0 comments on commit 357a429

Please sign in to comment.