23 #ifndef VERSION20110304H 24 #define VERSION20110304H 29 #define GOBY_VERSION_MAJOR 2 30 #define GOBY_VERSION_MINOR 1 31 #define GOBY_VERSION_PATCH 14 35 const std::string VERSION_STRING =
"2.1.14";
36 const std::string VERSION_DATE =
"2019.10.29";
38 inline std::string version_message()
41 ss <<
"This is Version " << goby::VERSION_STRING
42 <<
" of the Goby Underwater Autonomy Project released on " << goby::VERSION_DATE
43 <<
".\n See https://launchpad.net/goby to search for updates.";
The global namespace for the Goby project.