bump version to alpha2

This commit is contained in:
Peter Thorson
2013-06-09 17:24:24 -05:00
parent 7db60e3429
commit 9161119b4d
4 changed files with 5 additions and 5 deletions

View File

@@ -61,7 +61,7 @@ int main(int argc, char* argv[]) {
std::stringstream url;
url << uri << "/runCase?case=" << i << "&agent=WebSocket++/0.3.0-alpha1";
url << uri << "/runCase?case=" << i << "&agent=WebSocketpp/0.3.0-alpha2";
con = echo_client.get_connection(url.str(), ec);