Skip to content

Commit 8c53a2e

Browse files
committed
Updated Version Numbers
1 parent d4ff780 commit 8c53a2e

4 files changed

Lines changed: 13 additions & 10 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.4 in debug mode >>%OUTFILE%
92-
ECHO Launching Wrye Flash 31.4 in debug mode
91+
ECHO Launching Wrye Flash 31.5 in debug mode >>%OUTFILE%
92+
ECHO Launching Wrye Flash 31.5 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ 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.5 [6/13/2015]
42+
* Bug fix for MreTerm - resolved DNAM issue in deleted Terminal record in mod Better Game Performance
43+
4144
=== 31.4 [6/13/2015]
4245
* Bug fix for False Flagged ESP Files [Valda]
4346

@@ -72,7 +75,7 @@ Wrye Flash will now sort .esp files flagged as ESM files together with other .es
7275

7376
=== 30.6 [1/11/2015]
7477
* Updated MreAchr, MreAcre, MreAlch, MreArma, MreArmo, MreArmo, MreBook, MreBptd, MreClas, MreCrea, MreDebr, MreDial, MreEfsh, MreFact, MreFlst, MreIdle, MreIdlm, MreImad, MreInfo, MreIngr, MreIpct, MreIpds, MreLigh, MreMgef, MreNavi, MreNpc, MreRefr, MreRegn, MreScpt, MreSoun, MreTerm, MreTxst, MreWeap, MreWthr
75-
* Added MreCams, MreCobj, MreCpth, MreImgs, MreLgtm, MreMesg, MrePgre, MrePmis, MreRads, MreRgdl, MreScol,
78+
* Added MreCams, MreCobj, MreCpth, MreImgs, MreLgtm, MreMesg, MrePgre, MrePmis, MreRads, MreRgdl, MreScol,
7679

7780
=== 30.5 [10/4/2014]
7881
* Updated CellImporter

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.4"
29+
AppVersion = u"31.5"

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)