mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
5823a5984e
This is achieved using the conts type qualifier as it gives internal linkage. fixes #273 Signed-off-by: Luca Schlecker <luca.schlecker@hotmail.com>
6 lines
78 B
C++
6 lines
78 B
C++
#pragma once
|
|
|
|
namespace crow {
|
|
constexpr const char VERSION[] = "master";
|
|
}
|