Skip to content

Commit

Permalink
Add version constant following the package name for Pickle installati…
Browse files Browse the repository at this point in the history
…on (#205)
  • Loading branch information
duncan3dc authored Oct 26, 2020
1 parent 8201f36 commit ecb3397
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion php_libsodium.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
extern zend_module_entry sodium_module_entry;
#define phpext_sodium_ptr &sodium_module_entry

#define PHP_SODIUM_VERSION "2.0.22"
#define PHP_LIBSODIUM_VERSION "2.0.22"
#define PHP_SODIUM_VERSION PHP_LIBSODIUM_VERSION

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

0 comments on commit ecb3397

Please sign in to comment.