7 #define RMA_VERSION_MAJOR 6 8 #define RMA_VERSION_MINOR 1 15 #define RMA_VERSION_YEAR 2018 16 #define RMA_VERSION_MONTH 1 17 #define RMA_VERSION_DATE 31 18 #define RMA_VERSION_HOUR 14 19 #define RMA_VERSION_MINUTE 44 35 #define RMA_VERSION_BRANCH 1 37 #define VERSION_WITH_COMMAS 6,1,18031,14441 38 #define VERSION_WITH_PERIODS 6.1.18031.14441 39 #define COPYRIGHT "Copyright (C) 1993-2018, Robert McNeel & Associates. All Rights Reserved." 40 #define SPECIAL_BUILD_DESCRIPTION "Public OpenNURBS C++ 3dm file IO library." 42 #define RMA_VERSION_NUMBER_MAJOR_STRING "6" 43 #define RMA_VERSION_NUMBER_MAJOR_WSTRING L"6" 45 #define RMA_VERSION_NUMBER_SR_STRING "SR1" 46 #define RMA_VERSION_NUMBER_SR_WSTRING L"SR1" 48 #define RMA_VERSION_WITH_PERIODS_STRING "6.1.18031.14441" 49 #define RMA_VERSION_WITH_PERIODS_WSTRING L"6.1.18031.14441" 54 #define RMA_GIT_REVISION_HASH_STRING "" 55 #define RMA_GIT_REVISION_HASH_WSTRING L"" 58 #define RMA_GIT_BRANCH_NAME_STRING "" 59 #define RMA_GIT_BRANCH_NAME_WSTRING L"" 69 #if defined(_WIN32) || defined(WIN32) || defined(_WIN64) || defined(WIN64) || defined(WINDOWS) || defined(_WINDOWS_) || defined(__WINDOWS__) 70 #if !defined(VS_FF_PRERELEASE) 78 #define RHINO_FILE_FLAGS_MASK VS_FF_PRERELEASE