Files
EMS-ESP32/lib/semver
2025-01-04 13:41:39 +01:00
..
2022-12-25 13:03:09 +01:00
2022-12-25 13:03:09 +01:00
2022-12-25 13:03:09 +01:00
2022-12-25 13:03:09 +01:00
2025-01-04 13:41:39 +01:00
2022-12-25 13:03:09 +01:00
2022-12-25 20:05:46 +01:00

About

This project is MIT-licensed, C++14 implementation of semantic versioning parser and comparator with support for modifying parsed version strings. Semantic versioning 2.0.0 specification is supported out-of-the-box and the code should be flexible-enough to support future revisions or other similar versioning schemes.

Copyright (c) 2015 Marko Zivanovic

Based on https://github.com/zmarko/semver