Crow  1.1
A C++ microframework for the web
version.h
1 #pragma once
2 
3 namespace crow
4 {
5  constexpr const char VERSION[] = "master";
6 }