We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa75df commit 0e4e142Copy full SHA for 0e4e142
2 files changed
about/about.html
@@ -15,7 +15,7 @@ <h3>http://whitemagic.github.io/JoystickGremlin</h3>
15
<table width="100%">
16
<tr>
17
<th width="20%" align="left">Version</th>
18
- <td width="*">Release 13.2</td>
+ <td width="*">Release 13.3</td>
19
</tr>
20
</table>
21
joystick_gremlin.py
@@ -1186,7 +1186,7 @@ def configure_logger(config):
1186
1187
logger.debug("-" * 80)
1188
logger.debug(time.strftime("%Y-%m-%d %H:%M"))
1189
- logger.debug("Starting Joystick Gremlin R13.2")
+ logger.debug("Starting Joystick Gremlin R13.3")
1190
1191
1192
0 commit comments