Files
speckle-cpp-connectors/SpeckleConnector/Connector/Version.h
T
Ralph Wessel 5149449513 Version bump
2024-09-23 14:10:09 +01:00

15 lines
258 B
C++

#ifndef CONNECTOR_VERSION
#define CONNECTOR_VERSION
namespace connector {
static const unsigned int versionMajor = 0;
static const unsigned int versionMinor = 2;
static const unsigned int versionPatch = 4;
}
#endif //CONNECTOR_VERSION