Skip to content

Commit 25d6b26

Browse files
committed
Fix incorrect version.h. Fixes microsoft#942
1 parent 29e23c2 commit 25d6b26

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Release/include/cpprest/version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
* Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
44
*
55
*/
6-
#define CPPREST_VERSION_REVISION 2
6+
#define CPPREST_VERSION_REVISION 5
77
#define CPPREST_VERSION_MINOR 10
8-
#define CPPREST_VERSION_MAJOR 4
8+
#define CPPREST_VERSION_MAJOR 2
99

1010
#define CPPREST_VERSION (CPPREST_VERSION_MAJOR*100000+CPPREST_VERSION_MINOR*100+CPPREST_VERSION_REVISION)
1111

changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
cpprestsdk (2.10.5)
2+
----------------------
3+
* Issue#842 Fix incorrect `cpprest/version.h`
4+
-- cpprestsdk team <[email protected]> FRI, 17 Aug 2018 09:47:00 -0800
5+
16
cpprestsdk (2.10.4)
27
----------------------
38
* Added a `.clang-format` to enable consistent formatting.

0 commit comments

Comments
 (0)