Change implemented Glk spec to 0.7.3.
authorPhilip Chimento <philip.chimento@gmail.com>
Wed, 18 Jan 2012 13:18:30 +0000 (14:18 +0100)
committerPhilip Chimento <philip.chimento@gmail.com>
Wed, 18 Jan 2012 13:18:30 +0000 (14:18 +0100)
docs/reference/chimara-docs.sgml
docs/reference/glk-front-matter.sgml
libchimara/doc.c
libchimara/gestalt.c

index af494a7332962aa823c35fbbb6f863e6e65021c9..6c9e7c10b9fa7181674ffbac1f03704c08d0b3d1 100644 (file)
@@ -19,7 +19,7 @@
   </reference>
   
   <reference id="chimara-glk-api-spec">
-    <title>Glk API Specification, version 0.7.0</title>
+    <title>Glk API Specification, version 0.7.3</title>
     <xi:include href="glk-front-matter.sgml"/>
     
     <!-- Chapter 0. Introduction -->
index 59ef6b380d8b51a6c1fea33b974bb796c0ffcb5f..0359a44e69f73aa91d487125efa52616e2555134 100644 (file)
@@ -4,7 +4,7 @@
 ]>
 <referenceinfo>
 <title>Glk API Specification</title>
-<subtitle>API version 0.7.2</subtitle>
+<subtitle>API version 0.7.3</subtitle>
 <author>
   <personname>
     <firstname>Andrew</firstname>
index fa4dc5a8d29a8f3ad77a067a3370604ad521e087..a510e77342272965347c8588f0b06376316d11f8 100644 (file)
  *   So the version number 78.2.11 would be encoded as 0x004E020B.
  * </para></note>
  *
- * 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;
index 46e640dd9cc6592f2c12d908bf7f1e91d30d9ae5..b553c6ec6a5c3c919774186e901a17aaf432a353 100644 (file)
@@ -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: