Fix incorrect version.h. Fixes #942
This commit is contained in:
Родитель
29e23c253b
Коммит
25d6b26f70
|
@ -3,9 +3,9 @@
|
|||
* Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
|
||||
*
|
||||
*/
|
||||
#define CPPREST_VERSION_REVISION 2
|
||||
#define CPPREST_VERSION_REVISION 5
|
||||
#define CPPREST_VERSION_MINOR 10
|
||||
#define CPPREST_VERSION_MAJOR 4
|
||||
#define CPPREST_VERSION_MAJOR 2
|
||||
|
||||
#define CPPREST_VERSION (CPPREST_VERSION_MAJOR*100000+CPPREST_VERSION_MINOR*100+CPPREST_VERSION_REVISION)
|
||||
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
cpprestsdk (2.10.5)
|
||||
----------------------
|
||||
* Issue#842 Fix incorrect `cpprest/version.h`
|
||||
-- cpprestsdk team <askcasablanca@microsoft.com> FRI, 17 Aug 2018 09:47:00 -0800
|
||||
|
||||
cpprestsdk (2.10.4)
|
||||
----------------------
|
||||
* Added a `.clang-format` to enable consistent formatting.
|
||||
|
|
Загрузка…
Ссылка в новой задаче