Skip to content

Commit 64a5747

Browse files
committed
Fix EmuGUI version
1 parent fd5294a commit 64a5747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emugui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def __init__(self, parent=None):
119119
logman = errors.logman.LogMan()
120120
logman.generateLogID()
121121
logman.logFile = logman.setLogFile()
122-
self.version = "2.0.0.5608_rc1"
122+
self.version = "2.0.0.5607_rc1"
123123

124124
self.architectures = [
125125
["i386", self.lineEdit_4],

0 commit comments

Comments
 (0)