bump version number

This commit is contained in:
Peter Thorson
2013-06-08 09:20:45 -05:00
parent cd2bab2ec5
commit d645ccc36f
+1 -1
View File
@@ -58,7 +58,7 @@ namespace websocketpp {
uint8_t c[8];
};
static const std::string USER_AGENT = "WebSocket++/0.2.2dev";
static const std::string USER_AGENT = "WebSocket++/0.2.3dev";
typedef std::vector<unsigned char> binary_string;
typedef boost::shared_ptr<binary_string> binary_string_ptr;