We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e23c2 commit 25d6b26Copy full SHA for 25d6b26
Release/include/cpprest/version.h
@@ -3,9 +3,9 @@
3
* Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
4
*
5
*/
6
-#define CPPREST_VERSION_REVISION 2
+#define CPPREST_VERSION_REVISION 5
7
#define CPPREST_VERSION_MINOR 10
8
-#define CPPREST_VERSION_MAJOR 4
+#define CPPREST_VERSION_MAJOR 2
9
10
#define CPPREST_VERSION (CPPREST_VERSION_MAJOR*100000+CPPREST_VERSION_MINOR*100+CPPREST_VERSION_REVISION)
11
changelog.md
@@ -1,3 +1,8 @@
1
+cpprestsdk (2.10.5)
2
+----------------------
+* Issue#842 Fix incorrect `cpprest/version.h`
+-- cpprestsdk team <[email protected]> FRI, 17 Aug 2018 09:47:00 -0800
+
cpprestsdk (2.10.4)
----------------------
* Added a `.clang-format` to enable consistent formatting.
0 commit comments