Skip to content
Permalink
Browse files
Merge pull request #449 from 86Box/release/2.0x
Release/2.0x
  • Loading branch information
OBattler committed Nov 1, 2019
2 parents 84f3cd5 + f632885 commit 4f717bc26b35ded7fbffb0f677863fe9d56147cc
Showing with 384 additions and 386 deletions.
  1. +3 −3 src/86box.h
  2. +198 −185 src/disk/hdc_esdi_at.c
  3. +82 −105 src/disk/hdc_ide.c
  4. +30 −41 src/disk/hdc_st506_at.c
  5. +3 −1 src/machine/m_at_286_386sx.c
  6. +2 −2 src/machine/machine_table.c
  7. +2 −2 src/machine/machine_table_new.c
  8. +30 −25 src/sound/openal.c
  9. +8 −8 src/sound/snd_gus.c
  10. +6 −6 src/win/86Box.rc
  11. +6 −4 src/win/win.h
  12. +2 −2 src/win/win_settings.c
  13. +12 −2 src/win/win_ui.c
@@ -8,7 +8,7 @@
*
* Main include file for the application.
*
* Version: @(#)86box.h 1.0.32 2019/10/31
* Version: @(#)86box.h 1.0.33 2019/11/01
*
* Authors: Miran Grca, <mgrca8@gmail.com>
*f Fred N. van Kempen, <decwiz@yahoo.com>
@@ -30,8 +30,8 @@
#define EMU_NAME "86Box"
#define EMU_NAME_W L"86Box"
#ifdef RELEASE_BUILD
#define EMU_VERSION "2.04"
#define EMU_VERSION_W L"2.04"
#define EMU_VERSION "2.05"
#define EMU_VERSION_W L"2.05"
#else
#define EMU_VERSION "2.10"
#define EMU_VERSION_W L"2.10"

0 comments on commit 4f717bc

Please sign in to comment.