9 lines
113 B
C++
9 lines
113 B
C++
#ifndef VERSION_H_
|
|
#define VERSION_H_
|
|
|
|
#include <string>
|
|
|
|
std::string {PROJECT}_version();
|
|
|
|
#endif // VERSION_H_
|