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>
10 lines
576 B
INI
10 lines
576 B
INI
name=IniFile
|
|
version=1.3.0+tasmota
|
|
author=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
|
|
paragraph=IniFile is a library to read and parse .ini files as used by Microsoft Windows. IniFile is designed to use minimal memory requirements, and the only buffer used is one supplied by the user, thus the user remains in charge of memory usage. GNU LGPL v2.1.
|
|
category=Other
|
|
url=https://github.com/stevemarple/IniFile
|
|
architectures=*
|