Skip to content

Commit

Permalink
Updated version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kjdev committed Oct 9, 2020
1 parent 4f13367 commit ec815d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php_lz4.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#ifndef PHP_LZ4_H
#define PHP_LZ4_H

#define LZ4_EXT_VERSION "0.3.7"
#define LZ4_EXT_VERSION "0.4.0"

extern zend_module_entry lz4_module_entry;
#define phpext_lz4_ptr &lz4_module_entry
Expand Down

0 comments on commit ec815d0

Please sign in to comment.