Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/ver/CBuildInfo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ namespace ver {

// Initialise static strings
// Variables are supplied by command line macro definitions
// (throwaway probe for ml-cpp-ci rollup status verification -- do not merge)
#ifdef DEV_BUILD
const std::string CBuildInfo::VERSION_NUMBER("based on " STRINGIFY_MACRO(PRODUCT_VERSION));
const std::string CBuildInfo::BUILD_NUMBER("DEVELOPMENT BUILD by " STRINGIFY_MACRO(ML_USER));
Expand Down