Skip to content

Commit

Permalink
UPdate Version to 0.10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjamenMeyer committed Jan 14, 2024
1 parent c226e3a commit 431b73e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bases/main_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def enterCredits(self,params):
global plist_credits
VS.musicPlayList(plist_credits)

credits_title = """\t=== Vega Strike 0.9.0 ===
credits_title = """\t=== Vega Strike 0.10.0 ===
\t ---Credits---"""

credits_text_col1 = """
Expand Down Expand Up @@ -154,7 +154,7 @@ def enterCredits(self,params):
#CCCCff... and any we forgot to mention :)
"""

intro_title = """\t=== Vega Strike 0.9.0 ===
intro_title = """\t=== Vega Strike 0.10.0 ===
\t ---Intro Monologue---
"""

Expand Down
2 changes: 1 addition & 1 deletion documentation/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NOTICE: This readme file is very likely to be out of date.
For the latest manual, please check the Vega Strike Wiki:
http://vegastrike.sourceforge.net/wiki/Manual

=== VEGA STRIKE 0.9.0 - Upon the Coldest Sea ===
=== VEGA STRIKE 0.10.0 - Upon the Coldest Sea ===

README

Expand Down
2 changes: 1 addition & 1 deletion vsinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fi
SOURCE_PATH="$PWD"
cd "$SOURCE_PATH"

echo ' ==== VEGA STRIKE 0.9.0 ===='
echo ' ==== VEGA STRIKE 0.10.0 ===='
echo ''
echo ''
if [ "x" = "x$BINARY_APPEND" ]; then
Expand Down

0 comments on commit 431b73e

Please sign in to comment.