mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-17 19:14:19 +00:00
Add boost and cpprestsdk
This commit is contained in:
10
vendor/cpprestsdk/include/cpprest/version.h
vendored
Normal file
10
vendor/cpprestsdk/include/cpprest/version.h
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
/***
|
||||
* Copyright (C) Microsoft. All rights reserved.
|
||||
* Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
|
||||
*
|
||||
*/
|
||||
#define CPPREST_VERSION_MINOR 10
|
||||
#define CPPREST_VERSION_MAJOR 2
|
||||
#define CPPREST_VERSION_REVISION 19
|
||||
|
||||
#define CPPREST_VERSION (CPPREST_VERSION_MAJOR * 100000 + CPPREST_VERSION_MINOR * 100 + CPPREST_VERSION_REVISION)
|
Reference in New Issue
Block a user