poaflocParser Of Arguments For Lines Of Commands |
git clone git://git.dimitrijedobrota.com/poafloc.git |
Log | Files | Refs | README | LICENSE | HACKING | CONTRIBUTING | CODE_OF_CONDUCT | BUILDING | |
commit | d1ef9da07e436f0963f352e88065efbfceca1169 |
parent | 0dfc1d32da3d539129533341c4a2eb45a3848b78 |
author | Dimitrije Dobrota <mail@dimitrijedobrota.com> |
date | Sat, 29 Jun 2024 10:35:11 +0200 |
Version 1.1
Diffstat:M | CMakeLists.txt | | | +- |
M | README.md | | | +++++ |
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
@@ -4,7 +4,7 @@ include(cmake/prelude.cmake)
project(
poafloc
VERSION 1.0.2
VERSION 1.1.0
DESCRIPTION "Parser Of Arguments For Lines Of Commands"
HOMEPAGE_URL "https://git.dimitrijedobrota.com/poafloc.git"
LANGUAGES C CXX
diff --git a/README.md b/README.md
@@ -43,6 +43,11 @@ Refer to [GNU argp documentation](https://www.gnu.org/software/libc/manual/html_
## Version History
- 1.1
* Modernize CMake project
* Modernize codebase
* Add test suite
- 1.0
* Initial Release