In CMakeLists.txt the version set in project does not correspond with the the version of the release:
Release "0.9.0"
project(
emio
VERSION 0.2.0
DESCRIPTION "Character input/output library for embedded systems."
HOMEPAGE_URL "https://github.com/viatorus/emio"
LANGUAGES CXX
)
In CMakeLists.txt the version set in project does not correspond with the the version of the release:
Release "0.9.0"