Skip to content

Commit 0e9f555

Browse files
authored
Merge pull request #12 from remicollet/patch-2
Fix ext version
2 parents 94c8bb7 + c0bdde1 commit 0e9f555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php_xz.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#ifndef PHP_XZ_H
2121
# define PHP_XZ_H
2222

23-
#define PHP_XZ_VERSION "1.1.2"
23+
#define PHP_XZ_VERSION "1.1.3"
2424

2525
extern zend_module_entry xz_module_entry;
2626
extern php_stream_wrapper php_stream_xz_wrapper;

0 commit comments

Comments
 (0)