Crow  1.1
A C++ microframework for the web
 
Loading...
Searching...
No Matches
version.h
1#pragma once
2
3namespace crow
4{
5 constexpr const char VERSION[] = "master";
6}
The main namespace of the library. In this namespace is defined the most important classes and functi...