86Box v2.02 Stable/Final to fix a Joystick list initialization bug.

This commit is contained in:
OBattler
2019-10-23 23:16:16 +02:00
parent 0af4a8403a
commit 2e350558ef
3 changed files with 13 additions and 15 deletions

View File

@@ -8,10 +8,10 @@
*
* Main include file for the application.
*
* Version: @(#)86box.h 1.0.29 2019/10/22
* Version: @(#)86box.h 1.0.30 2019/10/23
*
* Authors: Miran Grca, <mgrca8@gmail.com>
* Fred N. van Kempen, <decwiz@yahoo.com>
*f Fred N. van Kempen, <decwiz@yahoo.com>
*
* Copyright 2016-2019 Miran Grca.
* Copyright 2017-2019 Fred N. van Kempen.
@@ -30,8 +30,8 @@
#define EMU_NAME "86Box"
#define EMU_NAME_W L"86Box"
#ifdef RELEASE_BUILD
#define EMU_VERSION "2.01"
#define EMU_VERSION_W L"2.01"
#define EMU_VERSION "2.02"
#define EMU_VERSION_W L"2.02"
#else
#define EMU_VERSION "2.10"
#define EMU_VERSION_W L"2.10"