-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #66 from lealem47/v5.7.4
Prepare for v5.7.4
- Loading branch information
Showing
3 changed files
with
10 additions
and
3 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
Submodule wolfssl
updated
1266 files
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# When bumping the C library version, reset the POST count to 0 | ||
|
||
__wolfssl_version__ = "v5.7.2-stable" | ||
__wolfssl_version__ = "v5.7.4-stable" | ||
|
||
# We're using implicit post releases [PEP 440] to bump package version | ||
# while maintaining the C library version intact for better reference. | ||
# https://www.python.org/dev/peps/pep-0440/#implicit-post-releases | ||
# | ||
# MAJOR.MINOR.BUILD-POST | ||
|
||
__version__ = "5.7.2-0" | ||
__version__ = "5.7.4-0" | ||
|