-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to v0.4.1 due to assertion fix in 060f120.
- Loading branch information
1 parent
2b411b9
commit b9ac05e
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,10 @@ | |
#define HEATSHRINK_AUTHOR "Scott Vokes <[email protected]>" | ||
#define HEATSHRINK_URL "https://github.com/atomicobject/heatshrink" | ||
|
||
/* Version 0.4.0 */ | ||
/* Version 0.4.1 */ | ||
#define HEATSHRINK_VERSION_MAJOR 0 | ||
#define HEATSHRINK_VERSION_MINOR 4 | ||
#define HEATSHRINK_VERSION_PATCH 0 | ||
#define HEATSHRINK_VERSION_PATCH 1 | ||
|
||
#define HEATSHRINK_MIN_WINDOW_BITS 4 | ||
#define HEATSHRINK_MAX_WINDOW_BITS 15 | ||
|