mirror of
https://github.com/Zygo/bees.git
synced 2025-10-27 00:00:35 +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
|