diff --git a/src/86box.h b/src/86box.h index 2e1ee578a..477051461 100644 --- a/src/86box.h +++ b/src/86box.h @@ -8,7 +8,7 @@ * * Main include file for the application. * - * Version: @(#)86box.h 1.0.35 2019/11/19 + * Version: @(#)86box.h 1.0.36 2019/12/05 * * Authors: Miran Grca, *f Fred N. van Kempen, diff --git a/src/config.c b/src/config.c index 9dc1bbf72..9b09e7a8f 100644 --- a/src/config.c +++ b/src/config.c @@ -8,7 +8,7 @@ * * Configuration file handler. * - * Version: @(#)config.c 1.0.64 2019/11/19 + * Version: @(#)config.c 1.0.65 2019/12/05 * * Authors: Sarah Walker, * Miran Grca, diff --git a/src/pc.c b/src/pc.c index 0f4eb8601..9f0bcc926 100644 --- a/src/pc.c +++ b/src/pc.c @@ -8,7 +8,7 @@ * * Main emulator module where most things are controlled. * - * Version: @(#)pc.c 1.0.92 2018/11/15 + * Version: @(#)pc.c 1.0.93 2019/12/05 * * Authors: Sarah Walker, * Miran Grca, diff --git a/src/win/86Box.rc b/src/win/86Box.rc index 738fb099b..59aebb8af 100644 --- a/src/win/86Box.rc +++ b/src/win/86Box.rc @@ -8,7 +8,7 @@ * * Application resource script for Windows. * - * Version: @(#)86Box.rc 1.0.54 2019/11/19 + * Version: @(#)86Box.rc 1.0.55 2019/12/05 * * Authors: Miran Grca, * Fred N. van Kempen, diff --git a/src/win/Makefile.mingw b/src/win/Makefile.mingw index 4a9f0fba2..f851c8109 100644 --- a/src/win/Makefile.mingw +++ b/src/win/Makefile.mingw @@ -8,7 +8,7 @@ # # Makefile for Win32 (MinGW32) environment. # -# Version: @(#)Makefile.mingw 1.0.138 2019/10/23 +# Version: @(#)Makefile.mingw 1.0.139 2019/12/05 # # Authors: Miran Grca, # Fred N. van Kempen, diff --git a/src/win/Makefile_ndr.mingw b/src/win/Makefile_ndr.mingw index 84365333a..2b6099e80 100644 --- a/src/win/Makefile_ndr.mingw +++ b/src/win/Makefile_ndr.mingw @@ -8,7 +8,7 @@ # # Makefile for Win32 (MinGW32) environment. # -# Version: @(#)Makefile.mingw 1.0.138 2019/10/23 +# Version: @(#)Makefile.mingw 1.0.139 2019/12/05 # # Authors: Miran Grca, # Fred N. van Kempen, diff --git a/src/win/resource.h b/src/win/resource.h index 5f5474084..1b84b900b 100644 --- a/src/win/resource.h +++ b/src/win/resource.h @@ -8,7 +8,7 @@ * * Windows resource defines. * - * Version: @(#)resource.h 1.0.30 2019/01/19 + * Version: @(#)resource.h 1.0.31 2019/12/05 * * Authors: Sarah Walker, * Miran Grca, diff --git a/src/win/win_discord.c b/src/win/win_discord.c index 74ec165da..b402f10e8 100644 --- a/src/win/win_discord.c +++ b/src/win/win_discord.c @@ -8,7 +8,7 @@ * * Discord integration module. * - * Version: @(#)win_discord.c 1.0.0 2019/xx/xx + * Version: @(#)win_discord.c 1.0.0 2019/12/05 * * Authors: David Hrdlička, * diff --git a/src/win/win_discord.h b/src/win/win_discord.h index b7210fdc9..944ac8ff2 100644 --- a/src/win/win_discord.h +++ b/src/win/win_discord.h @@ -8,7 +8,7 @@ * * Definitions for the Discord integration module. * - * Version: @(#)win_discord.h 1.0.0 2019/xx/xx + * Version: @(#)win_discord.h 1.0.0 2019/12/05 * * Authors: David Hrdlička, * diff --git a/src/win/win_ui.c b/src/win/win_ui.c index a01394186..d73032404 100644 --- a/src/win/win_ui.c +++ b/src/win/win_ui.c @@ -8,7 +8,7 @@ * * user Interface module for WinAPI on Windows. * - * Version: @(#)win_ui.c 1.0.44 2019/11/02 + * Version: @(#)win_ui.c 1.0.45 2019/12/05 * * Authors: Sarah Walker, * Miran Grca,