From 1517709438931d163e561b67991af15ec1d358c5 Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Wed, 18 Jan 2012 14:18:30 +0100 Subject: [PATCH] Change implemented Glk spec to 0.7.3. --- docs/reference/chimara-docs.sgml | 2 +- docs/reference/glk-front-matter.sgml | 2 +- libchimara/doc.c | 4 ++-- libchimara/gestalt.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/reference/chimara-docs.sgml b/docs/reference/chimara-docs.sgml index af494a7..6c9e7c1 100644 --- a/docs/reference/chimara-docs.sgml +++ b/docs/reference/chimara-docs.sgml @@ -19,7 +19,7 @@ - Glk API Specification, version 0.7.0 + Glk API Specification, version 0.7.3 diff --git a/docs/reference/glk-front-matter.sgml b/docs/reference/glk-front-matter.sgml index 59ef6b3..0359a44 100644 --- a/docs/reference/glk-front-matter.sgml +++ b/docs/reference/glk-front-matter.sgml @@ -4,7 +4,7 @@ ]> Glk API Specification -API version 0.7.2 +API version 0.7.3 Andrew diff --git a/libchimara/doc.c b/libchimara/doc.c index fa4dc5a..a510e77 100644 --- a/libchimara/doc.c +++ b/libchimara/doc.c @@ -1410,8 +1410,8 @@ * So the version number 78.2.11 would be encoded as 0x004E020B. * * - * The current Glk specification version is 0.7.2, so this selector will return - * 0x00000702. + * The current Glk specification version is 0.7.3, so this selector will return + * 0x00000703. * * |[ * glui32 res; diff --git a/libchimara/gestalt.c b/libchimara/gestalt.c index 46e640d..b553c6e 100644 --- a/libchimara/gestalt.c +++ b/libchimara/gestalt.c @@ -6,7 +6,7 @@ /* Version of the Glk specification implemented by this library */ #define MAJOR_VERSION 0 #define MINOR_VERSION 7 -#define SUB_VERSION 2 +#define SUB_VERSION 3 /** * glk_gestalt: -- 2.30.2