diff --git a/CMakeLists.txt b/CMakeLists.txt index 9abe2aed..2fbea669 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ set(CXX_STANDARD_REQUIRED ON) option(FSTL_CHECK_FORMAT "Check source code formatting with clang-format" OFF) if(FSTL_CHECK_FORMAT) - find_program(CLANG_FORMAT_EXE NAMES clang-format-10 clang-format-9 clang-format-8 clang-format) + find_program(CLANG_FORMAT_EXE NAMES clang-format) if(NOT CLANG_FORMAT_EXE) message(FATAL_ERROR "Could not find clang-format executable!") endif() @@ -50,7 +50,7 @@ endif() # Set the version number set (FSTL_VERSION_MAJOR "0") set (FSTL_VERSION_MINOR "11") -set (FSTL_VERSION_PATCH "0") +set (FSTL_VERSION_PATCH "1") set (PROJECT_VERSION "${FSTL_VERSION_MAJOR}.${FSTL_VERSION_MINOR}.${FSTL_VERSION_PATCH}") message(STATUS "Version: ${PROJECT_VERSION}") diff --git a/src/window.cpp b/src/window.cpp index d6c188e0..60239bc9 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -292,7 +292,7 @@ void Window::on_about() "
A fast viewer for .stl files.
"
"https://github.com/fstl-app/fstl
© 2014-2024 Matthew Keeter
"
+ "
© 2014-2025 Matthew Keeter
"
"matt.j.keeter@gmail.com