Update to 5.3.0

pull/42/head v5.3.0-stable
Andrew Hutchings 2022-05-05 11:32:12 +01:00 committed by Daniele Lacamera
parent b9072e60c6
commit 1b6d6d76a1
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit c3513bf2573c30f6d2df815de216120e92142020
Subproject commit e722c15be860794179082a05d09e6a90dc77ccf0

View File

@ -1,6 +1,6 @@
# When bumping the C library version, reset the POST count to 0
__wolfssl_version__ = "v5.1.1-stable"
__wolfssl_version__ = "v5.3.0-stable"
# We're using implicit post releases [PEP 440] to bump package version
# while maintaining the C library version intact for better reference.
@ -8,5 +8,5 @@ __wolfssl_version__ = "v5.1.1-stable"
#
# MAJOR.MINOR.BUILD-POST
__version__ = "5.1.1-0"
__version__ = "5.3.0-0"