Skip to content

Commit

Permalink
Bumped up versions for 1.4.4 release (#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
gapra-msft authored Jun 1, 2022
1 parent 75bcf3d commit 072e449
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cmake_minimum_required(VERSION 3.6)

# Change this while bumping up the version, needed for RHEL package
set(VERSION "1.4.4-beta")
set(VERSION "1.4.4")

# This macro is referred in code to print the current version
# Change CPACK_DEBIAN_PACKAGE_DESCRIPTION as well in this file while bumping up the version
add_definitions(-D_BLOBFUSE_VERSION_="1.4.4.beta")
add_definitions(-D_BLOBFUSE_VERSION_="1.4.4")

set(CPACK_PACKAGE_VERSION_MAJOR 1)
set(CPACK_PACKAGE_VERSION_MINOR 4)
Expand Down Expand Up @@ -127,7 +127,7 @@ if(UNIX)
set(CPACK_GENERATOR "DEB")
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Microsoft - Azure Storage")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "fuse")
set(CPACK_DEBIAN_PACKAGE_DESCRIPTION "blobfuse 1.4.4.beta - FUSE adapter for Azure Blob Storage")
set(CPACK_DEBIAN_PACKAGE_DESCRIPTION "blobfuse 1.4.4 - FUSE adapter for Azure Blob Storage")
set(CPACK_PACKAGE_NAME "blobfuse")
set(CPACK_PACKAGE_VENDOR "Microsoft")
include(CPack)
Expand Down
2 changes: 1 addition & 1 deletion cpplite/include/constants.dat
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,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_blob_version, "2018-11-09")

DAT(header_value_user_agent, "azure-storage-fuse/1.4.4.beta")
DAT(header_value_user_agent, "azure-storage-fuse/1.4.4")

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

0 comments on commit 072e449

Please sign in to comment.