26 #ifndef __TERRALIB_COMMON_INTERNAL_VERSION_H    27 #define __TERRALIB_COMMON_INTERNAL_VERSION_H    43         static int majorNumber();
    45         static int minorNumber();
    47         static int patchNumber();
    49         static std::string releaseStatus();
    51         static std::string buildDate();
    53         static std::string asString();
    67 #endif  // __TERRALIB_COMMON_INTERNAL_VERSION_H 
Configuration flags for the TerraLib Common Runtime module. 
 
#define TECOMMONEXPORT
You can use this macro in order to export/import classes and functions from this module.