Skip to content

Commit

Permalink
2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Oct 20, 2017
1 parent 03a89b7 commit cb32570
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2017-10-01</date>
<time>17:23:19</time>
<date>2017-10-20</date>
<time>10:16:26</time>
<version>
<release>2.0.8</release>
<api>2.0.8</api>
<release>2.0.9</release>
<api>2.0.9</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://opensource.org/licenses/BSD-2-Clause">BSD 2-Clause License</license>
<notes>
Support for libsodium 1.0.15 was implemented.
No code change. This release was made to ensure that the stable channel installs version 2.x.
</notes>
<contents>
<dir name="/">
Expand Down
2 changes: 1 addition & 1 deletion php_libsodium.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
extern zend_module_entry sodium_module_entry;
#define phpext_sodium_ptr &sodium_module_entry

#define PHP_SODIUM_VERSION "2.0.7"
#define PHP_SODIUM_VERSION "2.0.9"

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

0 comments on commit cb32570

Please sign in to comment.