mirror of
https://github.com/Zygo/bees.git
synced 2025-05-17 13:25:45 +02: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
|