</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 -->
]>
<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>
* 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;
/* 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: