We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cde93d4 commit 0526e63Copy full SHA for 0526e63
lzw.h
@@ -21,9 +21,9 @@ typedef SSIZE_T ssize_t;
21
#endif
22
23
#define LZW_EDDY_MAJOR_VERSION 1
24
-#define LZW_EDDY_MINOR_VERSION 1
25
-#define LZW_EDDY_PATCH_VERSION 0
26
-#define LZW_EDDY_VERSION "1.1.0-dev"
+#define LZW_EDDY_MINOR_VERSION 0
+#define LZW_EDDY_PATCH_VERSION 1
+#define LZW_EDDY_VERSION "1.0.1"
27
28
#define LZW_MIN_CODE_WIDTH 9
29
// 9 to 16-bit codes should all work, but 12 is the default for a reason.
0 commit comments