mirror of
				https://github.com/eledio-devices/thirdparty-miniz.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Increment version
This commit is contained in:
		
							
								
								
									
										8
									
								
								miniz.h
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								miniz.h
									
									
									
									
									
								
							| @@ -1,4 +1,4 @@ | |||||||
| /* miniz.c v1.16 beta r1 - public domain deflate/inflate, zlib-subset, ZIP reading/writing/appending, PNG writing | /* miniz.c 2.0.6 beta - public domain deflate/inflate, zlib-subset, ZIP reading/writing/appending, PNG writing | ||||||
|    See "unlicense" statement at the end of this file. |    See "unlicense" statement at the end of this file. | ||||||
|    Rich Geldreich <richgel99@gmail.com>, last updated Oct. 13, 2013 |    Rich Geldreich <richgel99@gmail.com>, last updated Oct. 13, 2013 | ||||||
|    Implements RFC 1950: http://www.ietf.org/rfc/rfc1950.txt and RFC 1951: http://www.ietf.org/rfc/rfc1951.txt |    Implements RFC 1950: http://www.ietf.org/rfc/rfc1950.txt and RFC 1951: http://www.ietf.org/rfc/rfc1951.txt | ||||||
| @@ -226,11 +226,11 @@ enum | |||||||
|     MZ_DEFAULT_COMPRESSION = -1 |     MZ_DEFAULT_COMPRESSION = -1 | ||||||
| }; | }; | ||||||
|  |  | ||||||
| #define MZ_VERSION "10.0.0" | #define MZ_VERSION "10.0.1" | ||||||
| #define MZ_VERNUM 0xA000 | #define MZ_VERNUM 0xA010 | ||||||
| #define MZ_VER_MAJOR 10 | #define MZ_VER_MAJOR 10 | ||||||
| #define MZ_VER_MINOR 0 | #define MZ_VER_MINOR 0 | ||||||
| #define MZ_VER_REVISION 0 | #define MZ_VER_REVISION 1 | ||||||
| #define MZ_VER_SUBREVISION 0 | #define MZ_VER_SUBREVISION 0 | ||||||
|  |  | ||||||
| #ifndef MINIZ_NO_ZLIB_APIS | #ifndef MINIZ_NO_ZLIB_APIS | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user