This commit is contained in:
Robert Schumacher 2018-08-17 09:48:34 -07:00
Родитель 29e23c253b
Коммит 25d6b26f70
2 изменённых файлов: 7 добавлений и 2 удалений

Просмотреть файл

@ -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.