From 6aa11a7fac53f91651c8eb2c7ad3f755bfb6646a Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Tue, 11 Dec 2012 07:45:20 -0600 Subject: [PATCH] Updates user agent/version string --- src/common.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.hpp b/src/common.hpp index f77eae95f0..74443bf898 100644 --- a/src/common.hpp +++ b/src/common.hpp @@ -53,7 +53,7 @@ // Defaults namespace websocketpp { - static const std::string USER_AGENT = "WebSocket++/0.2.0dev"; + static const std::string USER_AGENT = "WebSocket++/0.2.1dev"; typedef std::vector binary_string; typedef boost::shared_ptr binary_string_ptr;