diff --git a/src/sound/snd_adlibgold.c b/src/sound/snd_adlibgold.c index 2f47c35..a49812f 100644 --- a/src/sound/snd_adlibgold.c +++ b/src/sound/snd_adlibgold.c @@ -10,7 +10,7 @@ * * TODO: Stack allocation of big buffers (line 688 et al.) * - * Version: @(#)snd_adlibgold.c 1.0.2 2018/02/21 + * Version: @(#)snd_adlibgold.c 1.0.3 2018/02/21 * * Authors: Fred N. van Kempen, * Miran Grca, diff --git a/src/sound/snd_dbopl.cc b/src/sound/snd_dbopl.cc index fa70501..e7ea629 100644 --- a/src/sound/snd_dbopl.cc +++ b/src/sound/snd_dbopl.cc @@ -10,7 +10,7 @@ * * NOTE: See MSC_ macros for allocation on stack. --FvK * - * Version: @(#)snd_dbopl.c 1.0.2 2018/02/21 + * Version: @(#)snd_dbopl.c 1.0.3 2018/02/21 * * Authors: Fred N. van Kempen, * Miran Grca, diff --git a/src/win/win_settings.c b/src/win/win_settings.c index 4590241..842de4f 100644 --- a/src/win/win_settings.c +++ b/src/win/win_settings.c @@ -8,7 +8,7 @@ * * Implementation of the Settings dialog. * - * Version: @(#)win_settings.c 1.0.2 2018/02/21 + * Version: @(#)win_settings.c 1.0.3 2018/02/21 * * Authors: Fred N. van Kempen, * Miran Grca,