Skip to content

Commit

Permalink
Merge pull request #157 from asorrin-msft/Azuremaster
Browse files Browse the repository at this point in the history
Updating version number for 1.0.0-RC-preview release
  • Loading branch information
asorrin-msft authored Apr 2, 2018
2 parents f1a5f79 + 8e1f7e4 commit 47c2259
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ if(UNIX)

set(CPACK_GENERATOR "DEB")
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Microsoft - Azure Storage")
set(CPACK_DEBIAN_PACKAGE_DESCRIPTION "blobfuse 0.4 - FUSE adapter for Azure Blob Storage")
set(CPACK_DEBIAN_PACKAGE_DESCRIPTION "blobfuse 1.0.0-RC-preview - FUSE adapter for Azure Blob Storage")
include(CPack)
endif(UNIX)

Expand Down
6 changes: 1 addition & 5 deletions azure-storage-cpp-lite/include/constants.dat
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,7 @@ DAT(header_value_payload_format_nometadata, "application/json;odata=nometadata")
DAT(header_value_payload_format_fullmetadata, "application/json;odata=fullmetadata")
DAT(header_value_storage_version, "2017-04-17")

#ifdef WIN32
DAT(header_value_user_agent, "Azure-Storage-Fuse/0.4")
#else
DAT(header_value_user_agent, "Azure-Storage-Fuse/0.4")
#endif
DAT(header_value_user_agent, "Azure-Storage-Fuse/1.0.0-RC-preview")

DAT(date_format_rfc_1123, "%a, %d %b %Y %H:%M:%S GMT")
DAT(date_format_iso_8601, "%Y-%m-%dT%H:%M:%SZ")
Expand Down
2 changes: 1 addition & 1 deletion blobfuse/blobfuse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ void print_usage()

void print_version()
{
fprintf(stdout, "blobfuse 0.4\n");
fprintf(stdout, "blobfuse 1.0.0-RC-preview\n");
}

int set_log_mask(const char * min_log_level_char)
Expand Down

0 comments on commit 47c2259

Please sign in to comment.