Skip to content

Commit

Permalink
Version 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Sude- committed Oct 23, 2023
1 parent 89724cd commit 8e07ba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5.0 FATAL_ERROR)
project (lgogdownloader LANGUAGES C CXX VERSION 3.11)
project (lgogdownloader LANGUAGES C CXX VERSION 3.12)

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/")

Expand Down
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ int main(int argc, char *argv[])
{
include_options_text += GlobalConstants::INCLUDE_OPTIONS[i].str + " = " + GlobalConstants::INCLUDE_OPTIONS[i].regexp + "\n";
}
include_options_text += "All = all";
include_options_text += "All = all\n";
include_options_text += "Separate with \",\" to use multiple values";

// Create help text for --list-format option
Expand Down

0 comments on commit 8e07ba1

Please sign in to comment.