diff --git a/CMakeLists.txt b/CMakeLists.txt index 13bcc1d6fcc6..83b2f06eb499 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,7 +61,7 @@ set_property(GLOBAL PROPERTY USE_FOLDERS ON) set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT EndlessSky) set(CMAKE_VS_JUST_MY_CODE_DEBUGGING ON) -project("Endless Sky" VERSION 0.10.11.5 +project("Endless Sky" VERSION 0.10.11.6 DESCRIPTION "Space exploration, trading, and combat game." HOMEPAGE_URL https://endless-sky.github.io/ LANGUAGES CXX) diff --git a/credits.txt b/credits.txt index 30a0e66bc521..ced98e556389 100644 --- a/credits.txt +++ b/credits.txt @@ -1,6 +1,6 @@ Welcome to Endless Sky Delta! -version 0.10.11.5-delta +version 0.10.11.6-delta The player's manual and other resources are available at: diff --git a/endless-sky.6 b/endless-sky.6 index e7e97dafef30..5d646bba4a49 100644 --- a/endless-sky.6 +++ b/endless-sky.6 @@ -1,5 +1,5 @@ -.TH endless\-sky 6 "01 Feb 2025" "ver. 0.10.11.5-delta" "Endless Sky" +.TH endless\-sky 6 "16 Feb 2025" "ver. 0.10.11.6-delta" "Endless Sky" .SH NAME diff --git a/source/main.cpp b/source/main.cpp index ffcb016daa84..61c5f7db131d 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -510,7 +510,7 @@ void PrintHelp() void PrintVersion() { cerr << endl; - cerr << "Endless Sky ver. 0.10.11.5-delta" << endl; + cerr << "Endless Sky ver. 0.10.11.6-delta" << endl; cerr << "License GPLv3+: GNU GPL version 3 or later: " << endl; cerr << "This is free software: you are free to change and redistribute it." << endl; cerr << "There is NO WARRANTY, to the extent permitted by law." << endl;