28#ifndef WEBSOCKETPP_VERSION_HPP
29#define WEBSOCKETPP_VERSION_HPP
43static int const major_version = 0;
45static int const minor_version = 7;
47static int const patch_version = 0;
54static char const prerelease_flag[] =
"";
57static char const user_agent[] =
"WebSocket++/0.7.0";
Namespace for the WebSocket++ project.