mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-09 10:07:10 -06:00
Update fast-lzma2 to version 1.0.1
This commit is contained in:
@@ -55,7 +55,7 @@ Introduction
|
||||
/*------ Version ------*/
|
||||
#define FL2_VERSION_MAJOR 1
|
||||
#define FL2_VERSION_MINOR 0
|
||||
#define FL2_VERSION_RELEASE 0
|
||||
#define FL2_VERSION_RELEASE 1
|
||||
|
||||
#define FL2_VERSION_NUMBER (FL2_VERSION_MAJOR *100*100 + FL2_VERSION_MINOR *100 + FL2_VERSION_RELEASE)
|
||||
FL2LIB_API unsigned FL2LIB_CALL FL2_versionNumber(void); /**< useful to check dll version */
|
||||
|
||||
Reference in New Issue
Block a user