mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
adds documentation on locations of version info
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -30,6 +30,15 @@
|
||||
|
||||
namespace websocketpp {
|
||||
|
||||
/*
|
||||
other places where version information is kept
|
||||
- echo_client
|
||||
- readme.md
|
||||
- changelog.md
|
||||
- Doxyfile
|
||||
- CMakeLists.txt
|
||||
*/
|
||||
|
||||
static int const major_version = 0;
|
||||
static int const minor_version = 3;
|
||||
static int const patch_version = 0;
|
||||
|
||||
Reference in New Issue
Block a user