Skip to content

Commit

Permalink
feat(update): Updating version number to 0.10.11.6 (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zitchas authored Feb 16, 2025
1 parent 7255542 commit c2e6331
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion credits.txt
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion endless-sky.6
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://gnu.org/licenses/gpl.html>" << 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;
Expand Down

0 comments on commit c2e6331

Please sign in to comment.