mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 13:16:32 +00:00
Fix version for IniFile-Tasmota (#23449)
Fixes the version string in lib/lib_ssl/IniFile-Tasmota/library.properties file to be semver compliant to avoid build error: ValueError: Invalid version string: '0.0.0+modified by Tasmota, based on 1.3.0': Signed-off-by: Damian Wrobel <dwrobel@ertelnet.rybnik.pl>
This commit is contained in:
parent
08e1ff548b
commit
a6ab85f3cd
@ -1,5 +1,5 @@
|
|||||||
name=IniFile
|
name=IniFile
|
||||||
version=modified by Tasmota, based on 1.3.0
|
version=1.3.0+tasmota
|
||||||
author=Steve Marple <stevemarple@googlemail.com>, Stephan Hadiger
|
author=Steve Marple <stevemarple@googlemail.com>, Stephan Hadiger
|
||||||
maintainer=Steve Marple <stevemarple@googlemail.com>, Stephan Hadiger
|
maintainer=Steve Marple <stevemarple@googlemail.com>, Stephan Hadiger
|
||||||
sentence=Library to read and parse .ini files, adapted for Tasmota
|
sentence=Library to read and parse .ini files, adapted for Tasmota
|
||||||
|
Loading…
x
Reference in New Issue
Block a user