2021-07-03 20:02:32 +00:00
|
|
|
#pragma once
|
|
|
|
|
2021-07-06 17:07:34 +00:00
|
|
|
namespace crow {
|
|
|
|
|
|
|
|
#ifdef CROW_MAIN
|
2021-08-05 14:01:03 +00:00
|
|
|
char VERSION[] = "master";
|
2021-07-06 17:07:34 +00:00
|
|
|
#else
|
2021-08-05 14:01:03 +00:00
|
|
|
extern char VERSION[];
|
2021-07-06 17:07:34 +00:00
|
|
|
#endif
|
|
|
|
}
|