We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1dccc commit 4397057Copy full SHA for 4397057
src/common.hpp
@@ -53,7 +53,7 @@
53
54
// Defaults
55
namespace websocketpp {
56
- static const std::string USER_AGENT = "WebSocket++/0.2.1dev";
+ static const std::string USER_AGENT = "WebSocket++/0.2.2dev";
57
58
typedef std::vector<unsigned char> binary_string;
59
typedef boost::shared_ptr<binary_string> binary_string_ptr;
0 commit comments