Skip to content

Commit 5c5d4fa

Browse files
committed
Update Version Numbers
1 parent 0c7ebf2 commit 5c5d4fa

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

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.5 in debug mode >>%OUTFILE%
92-
ECHO Launching Wrye Flash 31.5 in debug mode
91+
ECHO Launching Wrye Flash 31.6 in debug mode >>%OUTFILE%
92+
ECHO Launching Wrye Flash 31.6 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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,12 @@ 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.6 [5/17/2016]
42+
* Bug fix for BOSS Detection [Valda]
43+
* Bug fix for Deselect All in Update Bash Patch window [Valda]
44+
4145
=== 31.5 [6/13/2015]
42-
* Bug fix for MreTerm - resolved DNAM issue in deleted Terminal record in mod Better Game Performance
46+
* Bug fix for MreTerm - resolved DNAM issue in deleted Terminal record in mod Better Game Performance [Sharlikran]
4347

4448
=== 31.4 [6/13/2015]
4549
* Bug fix for False Flagged ESP Files [Valda]

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.5"
29+
AppVersion = u"31.6"

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)