From: Dale Weiler Date: Fri, 23 Nov 2012 21:52:38 +0000 (+0000) Subject: Added __STD_VERSION_MINOR__ and _MAJOR__ to documentation X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=83d4108e44221389eaf33b70534967f2af9f4407;p=xonotic%2Fgmqcc.git Added __STD_VERSION_MINOR__ and _MAJOR__ to documentation --- diff --git a/doc.html b/doc.html index 6ea51bd..37026f8 100644 --- a/doc.html +++ b/doc.html @@ -117,6 +117,15 @@ __STD_QCC__ Specifies the current selected standard is qcc. + + + __STD_VERSION_MINOR__ + Specifies the current selected stanadards minor version number. + + + __STD_VERSION_MAJOR__ + Specifies the current selected stanadards major version number. +

Unsupported compatability options