Crow/include/crow/version.h
Luca Schlecker 5823a5984e remove the need for #define CROW_MAIN.
This is achieved using the conts type qualifier as it gives internal linkage.
fixes #273

Signed-off-by: Luca Schlecker <luca.schlecker@hotmail.com>
2021-11-21 17:25:16 +01:00

6 lines
78 B
C++

#pragma once
namespace crow {
constexpr const char VERSION[] = "master";
}