mirror of
https://github.com/tkuschel/bees.git
synced 2026-01-12 05:21:00 +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
|