Skip to content

Commit 0526e63

Browse files
committed
Tag version 1.0.1
1 parent cde93d4 commit 0526e63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lzw.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ typedef SSIZE_T ssize_t;
2121
#endif
2222

2323
#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"
24+
#define LZW_EDDY_MINOR_VERSION 0
25+
#define LZW_EDDY_PATCH_VERSION 1
26+
#define LZW_EDDY_VERSION "1.0.1"
2727

2828
#define LZW_MIN_CODE_WIDTH 9
2929
// 9 to 16-bit codes should all work, but 12 is the default for a reason.

0 commit comments

Comments
 (0)