Update version info for permessage deflate branch

This commit is contained in:
Peter Thorson
2015-02-27 07:48:08 -05:00
parent c39412ee38
commit 214cedf949
+3 -3
View File
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014, Peter Thorson. All rights reserved.
* Copyright (c) 2015, Peter Thorson. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
@@ -50,10 +50,10 @@ static int const patch_version = 0;
* This is a textual flag indicating the type and number for pre-release
* versions (dev, alpha, beta, rc). This will be blank for release versions.
*/
static char const prerelease_flag[] = "";
static char const prerelease_flag[] = "permessagedeflate";
/// Default user agent string
static char const user_agent[] = "WebSocket++/0.5.0";
static char const user_agent[] = "WebSocket++/0.5.0-permessagedeflate";
} // namespace websocketpp