File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.22 )
2- project (ip-analyzer VERSION 0.13.1 LANGUAGES CXX )
2+ project (ip-analyzer VERSION 0.1.4 LANGUAGES CXX )
33
44set (CMAKE_CXX_STANDARD 23)
55set (CMAKE_CXX_STANDARD_REQUIRED ON )
@@ -45,4 +45,4 @@ list(APPEND CMAKE_MODULE_PATH ${Catch2_SOURCE_DIR}/extras)
4545include (Catch )
4646catch_discover_tests (ip_analyzer_tests
4747 EXTRA_ARGS "-d;yes;-s"
48- )
48+ )
Original file line number Diff line number Diff line change 1818namespace ip_analyzer {
1919
2020constexpr std::string_view kAppName = " ip-analyzer" ;
21- constexpr std::string_view kVersion = " 0.13.1 " ;
21+ constexpr std::string_view kVersion = " 0.1.4 " ;
2222constexpr std::string_view kAuthor = " Volker Schwaberow <volker@schwaberow.de>" ;
2323
2424constexpr int kWidth = 80 ;
@@ -94,4 +94,4 @@ private:
9494 void PrintError (const std::string &message) const ;
9595};
9696
97- }
97+ }
You can’t perform that action at this time.
0 commit comments