From cbe5f76489489376f05ba04bf624abaaac7b11ba Mon Sep 17 00:00:00 2001 From: OBattler Date: Tue, 24 Sep 2019 05:21:28 +0200 Subject: [PATCH] Fixed the version number of io.c, per report by darkstar. --- src/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/io.c b/src/io.c index 137879b95..8e1ed59f8 100644 --- a/src/io.c +++ b/src/io.c @@ -8,7 +8,7 @@ * * Implement I/O ports and their operations. * - * Version: @(#)io.c 1.0.4 2019/09/23 + * Version: @(#)io.c 1.0.7 2019/09/23 * * Authors: Sarah Walker, * Miran Grca,