Skip to content

Commit

Permalink
Set fileinfo version to 1.0.5 (as in php 5.4, no diff)
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Feb 18, 2014
1 parent a6ad3a5 commit bd8cd98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/fileinfo/php_fileinfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
extern zend_module_entry fileinfo_module_entry;
#define phpext_fileinfo_ptr &fileinfo_module_entry

#define PHP_FILEINFO_VERSION "1.0.5-dev"
#define PHP_FILEINFO_VERSION "1.0.5"

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

0 comments on commit bd8cd98

Please sign in to comment.