Goby3  3.1.4
2024.02.22
version.h File Reference
#include <sstream>
#include <string>

Go to the source code of this file.

Namespaces

 goby
 The global namespace for the Goby project.
 

Macros

#define GOBY_VERSION_MAJOR   3
 
#define GOBY_VERSION_MINOR   1
 
#define GOBY_VERSION_PATCH   4
 
#define GOBY_INTERVEHICLE_API_VERSION   1
 

Functions

std::string goby::version_message ()
 

Variables

const std::string goby::VERSION_STRING = "3.1.4"
 
const std::string goby::VERSION_DATE = "2024.02.22"
 

Macro Definition Documentation

◆ GOBY_INTERVEHICLE_API_VERSION

#define GOBY_INTERVEHICLE_API_VERSION   1

Definition at line 35 of file version.h.

◆ GOBY_VERSION_MAJOR

#define GOBY_VERSION_MAJOR   3

Definition at line 32 of file version.h.

◆ GOBY_VERSION_MINOR

#define GOBY_VERSION_MINOR   1

Definition at line 33 of file version.h.

◆ GOBY_VERSION_PATCH

#define GOBY_VERSION_PATCH   4

Definition at line 34 of file version.h.