From: Philip Chimento Date: Wed, 18 Jan 2012 13:18:30 +0000 (+0100) Subject: Change implemented Glk spec to 0.7.3. X-Git-Tag: v0.9~45 X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;ds=sidebyside;h=1517709438931d163e561b67991af15ec1d358c5;p=projects%2Fchimara%2Fchimara.git Change implemented Glk spec to 0.7.3. --- 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: