Skip to content

Commit

Permalink
change: SNAPPY_LIB_VERSION to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kjdev committed Nov 8, 2024
1 parent 6076341 commit 2c4f0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php_snappy.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#define PHP_SNAPPY_H

#define SNAPPY_EXT_VERSION "0.2.1"
#define SNAPPY_LIB_VERSION "1.1.8"
#define SNAPPY_LIB_VERSION "1.2.1"

extern zend_module_entry snappy_module_entry;
#define phpext_snappy_ptr &snappy_module_entry
Expand Down

0 comments on commit 2c4f0a0

Please sign in to comment.