Skip to content

Commit b76190f

Browse files
committed
Updated Version Number
1 parent b64ce87 commit b76190f

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.1 in debug mode >>%OUTFILE%
92-
ECHO Launching Wrye Flash 31.1 in debug mode
91+
ECHO Launching Wrye Flash 31.2 in debug mode >>%OUTFILE%
92+
ECHO Launching Wrye Flash 31.2 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.2 [3/1/2015]
42+
* Bug fix for class NamesTweak_AmmoWeight
43+
4144
=== 31.1 [2/20/2015]
4245
* Updated DNAM in MreArma, MreArmo
4346
* Added MICO to MreLigh

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.1"
29+
AppVersion = u"31.2"

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)