adds documentation on locations of version info

This commit is contained in:
Peter Thorson
2013-06-09 11:07:19 -05:00
parent dc048ed021
commit 64b1b52297
2 changed files with 10 additions and 1 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-dev";
url << uri << "/runCase?case=" << i << "&agent=WebSocket++/0.3.0-alpha1";
con = echo_client.get_connection(url.str(), ec);