Skip to content

Commit a768468

Browse files
authored
docs: 0.10.11 alpha version numbers (endless-sky#10695)
1 parent 88820be commit a768468

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ set_property(GLOBAL PROPERTY USE_FOLDERS ON)
5959
set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT EndlessSky)
6060
set(CMAKE_VS_JUST_MY_CODE_DEBUGGING ON)
6161

62-
project("Endless Sky" VERSION 0.10.10
62+
project("Endless Sky" VERSION 0.10.11
6363
DESCRIPTION "Space exploration, trading, and combat game."
6464
HOMEPAGE_URL https://endless-sky.github.io/
6565
LANGUAGES CXX)

credits.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Welcome to Endless Sky!
2-
version 0.10.10
2+
version 0.10.11-alpha
33

44
The player's manual and other
55
resources are available at:

endless-sky.6

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH endless\-sky 6 "26 Oct 2024" "ver. 0.10.10" "Endless Sky"
1+
.TH endless\-sky 6 "26 Oct 2024" "ver. 0.10.11-alpha" "Endless Sky"
22

33
.SH NAME
44
endless\-sky \- a space exploration and combat game.

resources/EndlessSky-Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.10.10</string>
20+
<string>0.10.11</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

source/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ void PrintHelp()
504504
void PrintVersion()
505505
{
506506
cerr << endl;
507-
cerr << "Endless Sky ver. 0.10.10" << endl;
507+
cerr << "Endless Sky ver. 0.10.11-alpha" << endl;
508508
cerr << "License GPLv3+: GNU GPL version 3 or later: <https://gnu.org/licenses/gpl.html>" << endl;
509509
cerr << "This is free software: you are free to change and redistribute it." << endl;
510510
cerr << "There is NO WARRANTY, to the extent permitted by law." << endl;

0 commit comments

Comments
 (0)