28 #ifndef CASA_VERSION_H 29 #define CASA_VERSION_H 32 #include <casacore/casa/aips.h> 34 #define CASACORE_MAJOR_VERSION 2 35 #define CASACORE_MINOR_VERSION 1 36 #define CASACORE_PATCH_VERSION 0 38 #define STRING(x) STR_HELPER(x) 39 #define STR_HELPER(x) #x 40 #define CASACORE_VERSION STRING(CASACORE_MAJOR_VERSION.CASACORE_MINOR_VERSION.CASACORE_PATCH_VERSION) const std::string getVersionCASA()
Get the version of casacore on CASA's vendor branch Note: CASA's private version of casacore has a li...
const std::string getVersion()
Get the casacore version.
this file contains all the compiler specific defines