From cb925e9935f1e2d95ecfc44e63df8b6e8c930d70 Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Sun, 29 Oct 2023 17:16:53 -0700 Subject: [PATCH] Officially implement version 0.7.5 of the Glk spec --- libchimara/gestalt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libchimara/gestalt.c b/libchimara/gestalt.c index 3462af2..f6aef74 100644 --- a/libchimara/gestalt.c +++ b/libchimara/gestalt.c @@ -8,7 +8,7 @@ /* Version of the Glk specification implemented by this library */ #define MAJOR_VERSION 0 #define MINOR_VERSION 7 -#define SUB_VERSION 4 +#define SUB_VERSION 5 /** * glk_gestalt: