Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 9cb1c0d

Browse files
katmsftvinjiang
authored andcommitted
Version/Doc change for 7.2.0 release
1 parent fcd2456 commit 9cb1c0d

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Microsoft Azure Storage Client Library for C++"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 7.1.0
41+
PROJECT_NUMBER = 7.2.0
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

Microsoft.WindowsAzure.Storage/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ set(AZURESTORAGE_LIBRARIES ${AZURESTORAGE_LIBRARY} ${CASABLANCA_LIBRARY} ${Boost
150150

151151
# Set version numbers centralized
152152
set (AZURESTORAGE_VERSION_MAJOR 7)
153-
set (AZURESTORAGE_VERSION_MINOR 1)
153+
set (AZURESTORAGE_VERSION_MINOR 2)
154154
set (AZURESTORAGE_VERSION_REVISION 0)
155155

156156
# Set output directories.

Microsoft.WindowsAzure.Storage/includes/wascore/constants.dat

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -399,21 +399,21 @@ DAT(xml_user_delegation_key_expiry, _XPLATSTR("Expiry"))
399399
DAT(json_file_permission, _XPLATSTR("permission"))
400400

401401
#define STR(x) #x
402-
#define VER(x) _XPLATSTR("Azure-Storage/7.1.0 (Native; Windows; MSC_VER " STR(x) ")")
402+
#define VER(x) _XPLATSTR("Azure-Storage/7.2.0 (Native; Windows; MSC_VER " STR(x) ")")
403403
#if defined(_WIN32)
404404
#if defined(_MSC_VER)
405405
#if _MSC_VER >= 1900
406406
DAT(header_value_user_agent, VER(_MSC_VER))
407407
#elif _MSC_VER >= 1800
408-
DAT(header_value_user_agent, _XPLATSTR("Azure-Storage/7.1.0 (Native; Windows; MSC_VER 18XX)"))
408+
DAT(header_value_user_agent, _XPLATSTR("Azure-Storage/7.2.0 (Native; Windows; MSC_VER 18XX)"))
409409
#else
410-
DAT(header_value_user_agent, _XPLATSTR("Azure-Storage/7.1.0 (Native; Windows; MSC_VER < 1800)"))
410+
DAT(header_value_user_agent, _XPLATSTR("Azure-Storage/7.2.0 (Native; Windows; MSC_VER < 1800)"))
411411
#endif
412412
#else
413-
DAT(header_value_user_agent, _XPLATSTR("Azure-Storage/7.1.0 (Native; Windows)"))
413+
DAT(header_value_user_agent, _XPLATSTR("Azure-Storage/7.2.0 (Native; Windows)"))
414414
#endif
415415
#else
416-
DAT(header_value_user_agent, _XPLATSTR("Azure-Storage/7.1.0 (Native)"))
416+
DAT(header_value_user_agent, _XPLATSTR("Azure-Storage/7.2.0 (Native)"))
417417
#endif
418418

419419
#endif // _CONSTANTS
0 Bytes
Binary file not shown.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Azure Storage Client Library for C++ (7.1.0)
1+
# Azure Storage Client Library for C++ (7.2.0)
22

33
The Azure Storage Client Library for C++ allows you to build applications against Microsoft Azure Storage. For an overview of Azure Storage, see [Introduction to Microsoft Azure Storage](http://azure.microsoft.com/en-us/documentation/articles/storage-introduction/).
44

@@ -127,6 +127,7 @@ The validated Casablanca version for each major or recent release on different p
127127
| 6.1.0 | 2.10.13 | 2.10.13 |
128128
| 7.0.0 | 2.10.14 | 2.10.14 |
129129
| 7.1.0 | 2.10.14 | 2.10.14 |
130+
| 7.2.0 | 2.10.14 | 2.10.14 |
130131

131132
## Code Samples
132133

0 commit comments

Comments
 (0)