Skip to content

Commit 5f76653

Browse files
committed
Update version numbers
1 parent a1ddaed commit 5f76653

4 files changed

Lines changed: 12 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.2 in debug mode >>%OUTFILE%
92-
ECHO Launching Wrye Flash 31.2 in debug mode
91+
ECHO Launching Wrye Flash 31.3 in debug mode >>%OUTFILE%
92+
ECHO Launching Wrye Flash 31.3 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: 3 additions & 0 deletions
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.3 [6/10/2015]
42+
* Bug fix for class MreCsty for CSSD error
43+
4144
=== 31.2 [3/1/2015]
4245
* Bug fix for class NamesTweak_AmmoWeight
4346

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.2"
29+
AppVersion = u"31.3"

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)