mirror of
https://github.com/tkuschel/bees.git
synced 2025-11-17 23:09:14 +01:00
9 lines
134 B
C++
9 lines
134 B
C++
#ifndef CRUCIBLE_VERSION_H
|
|
#define CRUCIBLE_VERSION_H
|
|
|
|
namespace crucible {
|
|
extern const char *VERSION;
|
|
}
|
|
|
|
#endif CRUCIBLE_VERSION_H
|