From 06d6fd8a98901d9cd1f5a8477f814b74a16f9be7 Mon Sep 17 00:00:00 2001
From: Richard Frith-MacDonald
Also see OS_API_VERSION *
+ *NB. If you are changing the API (eg adding a new feature) you need
+ * to control the visibility io the new header file code using
+ * #if GS_API_VERSION(ADD,GS_API_LATEST)
+ * where ADD
is the version number of the next minor
+ * release after the most recent one.
+ * As a general principle you should not change the API with
+ * changing subminor version numbers ... as that tends to confuse
+ * people (though Apple has sometimes done it).
+ *