Increment version
This commit is contained in:
parent
ad8dedc1b3
commit
12680974d1
6
miniz.h
6
miniz.h
@ -272,10 +272,10 @@ enum
|
|||||||
MZ_DEFAULT_COMPRESSION = -1
|
MZ_DEFAULT_COMPRESSION = -1
|
||||||
};
|
};
|
||||||
|
|
||||||
#define MZ_VERSION "11.0.1"
|
#define MZ_VERSION "11.0.2"
|
||||||
#define MZ_VERNUM 0xB001
|
#define MZ_VERNUM 0xB002
|
||||||
#define MZ_VER_MAJOR 11
|
#define MZ_VER_MAJOR 11
|
||||||
#define MZ_VER_MINOR 1
|
#define MZ_VER_MINOR 2
|
||||||
#define MZ_VER_REVISION 0
|
#define MZ_VER_REVISION 0
|
||||||
#define MZ_VER_SUBREVISION 0
|
#define MZ_VER_SUBREVISION 0
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user