Skip to content

Commit 87c6c73

Browse files
committed
Updated Version number
1 parent 79a45c9 commit 87c6c73

4 files changed

Lines changed: 13 additions & 9 deletions

File tree

Mopy/Wrye Flash Debug.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ SET PYTHON=%PYPATH%python.exe
8888
:FOUNDPYTHON
8989
ECHO Found Python at '%PYTHON%' >%OUTFILE%
9090
ECHO Found Python at '%PYTHON%'
91-
ECHO Launching Wrye Flash 31.0 in debug mode >>%OUTFILE%
92-
ECHO Launching Wrye Flash 31.0 in debug mode
91+
ECHO Launching Wrye Flash 31.1 in debug mode >>%OUTFILE%
92+
ECHO Launching Wrye Flash 31.1 in debug mode
9393
"%PYTHON%" "Wrye Flash Launcher.pyw" -d %1 %2 %3 %4 %5 %6 %7 %8 %9 >>%OUTFILE% 2>&1
9494

9595

Mopy/Wrye Flash.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ Additionally, Wrye Bash comes packaged with the following programs:
3838
{{CONTENTS=0}}
3939
**All versions by Wrye team and or Valda unless otherwise noted.**
4040

41+
=== 31.1 [2/20/2015]
42+
* Updated DNAM in MreArma, MreArmo
43+
* Added MICO to MreLigh
44+
4145
=== 31.0 [1/28/2015]
4246
* Removed def setRace since it is not used in Fallout
4347
* Removed unused records

Mopy/bash/bass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
without worrying about circular imports."""
2727

2828
language = None
29-
AppVersion = u"31.0"
29+
AppVersion = u"31.1"

Mopy/bash_default.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
;# ____ _ _ _ ____ __ ___
2-
;# | _ \ | | (_) (_) |___ \ /_ | / _ \
3-
;# | |_) | __ _ ___| |__ _ _ __ _ __) | | | | | | |
4-
;# | _ < / _` / __| '_ \ | | '_ \| | |__ < | | | | | |
5-
;# | |_) | (_| \__ \ | | |_| | | | | | ___) | | | _ | |_| |
6-
;# |____/ \__,_|___/_| |_(_)_|_| |_|_| |____/ |_|(_) \___/
1+
;# ____ _ _ _ ____ __ __
2+
;# | _ \ | | (_) (_) |___ \ /_ | /_ |
3+
;# | |_) | __ _ ___| |__ _ _ __ _ __) | | | | |
4+
;# | _ < / _` / __| '_ \ | | '_ \| | |__ < | | | |
5+
;# | |_) | (_| \__ \ | | |_| | | | | | ___) | | | _ | |
6+
;# |____/ \__,_|___/_| |_(_)_|_| |_|_| |____/ |_|(_) |_|
77

88
;The Default Font for the ASCII Art Headers is Lucida Console, Regular, 10 (Notepad)
99

0 commit comments

Comments
 (0)