From 83d4108e44221389eaf33b70534967f2af9f4407 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Fri, 23 Nov 2012 21:52:38 +0000 Subject: [PATCH] Added __STD_VERSION_MINOR__ and _MAJOR__ to documentation --- doc.html | 9 +++++++++ 1 file changed, 9 insertions(+) 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