diff --git a/Release/CMakeLists.txt b/Release/CMakeLists.txt index 441cdf8c28..b8f3809dbc 100644 --- a/Release/CMakeLists.txt +++ b/Release/CMakeLists.txt @@ -11,7 +11,7 @@ endif() set(CPPREST_VERSION_MAJOR 2) set(CPPREST_VERSION_MINOR 10) -set(CPPREST_VERSION_REVISION 17) +set(CPPREST_VERSION_REVISION 18) enable_testing() diff --git a/Release/include/cpprest/version.h b/Release/include/cpprest/version.h index 2787e276c7..d8771581ad 100644 --- a/Release/include/cpprest/version.h +++ b/Release/include/cpprest/version.h @@ -5,6 +5,6 @@ */ #define CPPREST_VERSION_MINOR 10 #define CPPREST_VERSION_MAJOR 2 -#define CPPREST_VERSION_REVISION 17 +#define CPPREST_VERSION_REVISION 18 #define CPPREST_VERSION (CPPREST_VERSION_MAJOR * 100000 + CPPREST_VERSION_MINOR * 100 + CPPREST_VERSION_REVISION) diff --git a/changelog.md b/changelog.md index 6e912c80e1..c547665912 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +cpprestsdk (2.10.18) +* PR#1571 Add ability to parse and emit the NT Epoch 1601-01-01T00:00:00Z +* PR#1571 Update vcpkg submodule +* Update CI configuration +-- cpprestsdk team MON, 1 Feb 2021 20:02:00 -0700 + cpprestsdk (2.10.17) * PR#1550 Fix year calculation for the last day of a leap year * PR#1523 Fix wrong linking of Apple Frameworks on MacOS