mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
Merge pull request #186 from CrowCpp/version_fix
Fixed multiple files issue
This commit is contained in:
commit
2b1a071e49
@ -3,8 +3,8 @@
|
||||
namespace crow {
|
||||
|
||||
#ifdef CROW_MAIN
|
||||
constexpr char VERSION[] = "master";
|
||||
char VERSION[] = "master";
|
||||
#else
|
||||
extern constexpr char VERSION[];
|
||||
extern char VERSION[];
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user