Quetzal-CoaTL
The Coalescence Template Library
Loading...
Searching...
No Matches
version.hpp
1#ifndef VERSION_H
2#define VERSION_H
3
4#include <string>
5
6// Updated automatically by CMake based on Git Revision Description tag
7
8// Global version strings
9extern const std::string gVERSION;
10extern const std::string gVERSION_SHORT;
11
12#endif // VERSION_H