From e824c472cfb0a04fc9394db5532ce009547b6165 Mon Sep 17 00:00:00 2001 From: TC1995 Date: Sat, 24 Feb 2018 16:37:44 +0100 Subject: [PATCH] Updated file version numbers and dates. --- src/machine/m_xt_compaq.c | 2 +- src/video/vid_svga.c | 2 +- src/video/vid_svga.h | 2 +- src/video/vid_table.c | 2 +- src/video/video.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/machine/m_xt_compaq.c b/src/machine/m_xt_compaq.c index 29096cba0..f070a05b3 100644 --- a/src/machine/m_xt_compaq.c +++ b/src/machine/m_xt_compaq.c @@ -8,7 +8,7 @@ * * Emulation of various Compaq XT-class PC's. * - * Version: @(#)m_xt_compaq.c 1.0.2 2018/01/16 + * Version: @(#)m_xt_compaq.c 1.0.3 2018/02/24 * * Authors: Sarah Walker, * Miran Grca, diff --git a/src/video/vid_svga.c b/src/video/vid_svga.c index 0498137f6..87b273323 100644 --- a/src/video/vid_svga.c +++ b/src/video/vid_svga.c @@ -11,7 +11,7 @@ * This is intended to be used by another SVGA driver, * and not as a card in it's own right. * - * Version: @(#)vid_svga.c 1.0.20 2018/02/09 + * Version: @(#)vid_svga.c 1.0.21 2018/02/24 * * Authors: Sarah Walker, * Miran Grca, diff --git a/src/video/vid_svga.h b/src/video/vid_svga.h index db08dddb4..db9e22a7b 100644 --- a/src/video/vid_svga.h +++ b/src/video/vid_svga.h @@ -8,7 +8,7 @@ * * Generic SVGA handling. * - * Version: @(#)vid_svga.h 1.0.7 2018/02/11 + * Version: @(#)vid_svga.h 1.0.8 2018/02/24 * * Authors: Sarah Walker, * Miran Grca, diff --git a/src/video/vid_table.c b/src/video/vid_table.c index 03097d185..305c433d2 100644 --- a/src/video/vid_table.c +++ b/src/video/vid_table.c @@ -8,7 +8,7 @@ * * Define all known video cards. * - * Version: @(#)vid_table.c 1.0.21 2018/02/18 + * Version: @(#)vid_table.c 1.0.22 2018/02/24 * * Authors: Miran Grca, * Fred N. van Kempen, diff --git a/src/video/video.h b/src/video/video.h index 024d83dae..9eb3e784a 100644 --- a/src/video/video.h +++ b/src/video/video.h @@ -8,7 +8,7 @@ * * Definitions for the video controller module. * - * Version: @(#)video.h 1.0.19 2018/02/19 + * Version: @(#)video.h 1.0.20 2018/02/24 * * Authors: Sarah Walker, * Miran Grca,