Skip to content

Commit c1c76e3

Browse files
committed
bump version
1 parent 2dc614b commit c1c76e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
cmake_minimum_required(VERSION 3.21...3.28 FATAL_ERROR)
1717

18-
set(UEBERZUGPP_VERSION 2.9.7)
18+
set(UEBERZUGPP_VERSION 2.9.8)
1919
set(CMAKE_CXX_STANDARD 20)
2020
set(CMAKE_CXX_STANDARD_REQUIRED ON)
2121
set(CMAKE_CXX_EXTENSIONS OFF)

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#include <CLI/Version.hpp>
2626
#if (CLI11_VERSION_MAJOR >= 3) || (CLI11_VERSION_MAJOR == 2 && CLI11_VERSION_MINOR >= 6)
2727
// CLI11 2.6.0 and beyond requires this header file for the CLI::IsMember validator.
28-
#include <CLI/ExtraValidators.hpp>
28+
# include <CLI/ExtraValidators.hpp>
2929
#endif
3030

3131
#include "application.hpp"

0 commit comments

Comments
 (0)