#include "sbgCommon.h"
Go to the source code of this file.
Macros | |
#define | SBG_ASSTR(X) SBG_STR(X) |
#define | SBG_E_COM_VERSION SBG_VERSION_SOFTWARE(SBG_E_COM_VERSION_MAJOR,SBG_E_COM_VERSION_MINOR,SBG_E_COM_VERSION_REV,SBG_E_COM_VERSION_BUILD) |
#define | SBG_E_COM_VERSION_BUILD SBG_VERSION_QUALIFIER_STABLE |
#define | SBG_E_COM_VERSION_MAJOR 1 |
Header file that contains all versions related information such as change log. More... | |
#define | SBG_E_COM_VERSION_MINOR 11 |
#define | SBG_E_COM_VERSION_REV 920 |
#define | SBG_E_COM_VERSION_STR SBG_ASSTR(SBG_E_COM_VERSION_MAJOR) "." SBG_ASSTR(SBG_E_COM_VERSION_MINOR) "." SBG_ASSTR(SBG_E_COM_VERSION_REV) "-stable\0" |
#define | SBG_STR(X) #X |
#define SBG_ASSTR | ( | X | ) | SBG_STR(X) |
Definition at line 43 of file sbgEComVersion.h.
#define SBG_E_COM_VERSION SBG_VERSION_SOFTWARE(SBG_E_COM_VERSION_MAJOR,SBG_E_COM_VERSION_MINOR,SBG_E_COM_VERSION_REV,SBG_E_COM_VERSION_BUILD) |
Definition at line 34 of file sbgEComVersion.h.
#define SBG_E_COM_VERSION_BUILD SBG_VERSION_QUALIFIER_STABLE |
Definition at line 32 of file sbgEComVersion.h.
#define SBG_E_COM_VERSION_MAJOR 1 |
Header file that contains all versions related information such as change log.
\file sbgEComVersion.h
Copyright (C) 2007-2013, SBG Systems SAS. All rights reserved.
This source code is intended for use only by SBG Systems SAS and those that have explicit written permission to use it from SBG Systems SAS.
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
Definition at line 29 of file sbgEComVersion.h.
#define SBG_E_COM_VERSION_MINOR 11 |
Definition at line 30 of file sbgEComVersion.h.
#define SBG_E_COM_VERSION_REV 920 |
Definition at line 31 of file sbgEComVersion.h.
#define SBG_E_COM_VERSION_STR SBG_ASSTR(SBG_E_COM_VERSION_MAJOR) "." SBG_ASSTR(SBG_E_COM_VERSION_MINOR) "." SBG_ASSTR(SBG_E_COM_VERSION_REV) "-stable\0" |
Definition at line 45 of file sbgEComVersion.h.
#define SBG_STR | ( | X | ) | #X |
Definition at line 40 of file sbgEComVersion.h.