Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mschmieder committed Nov 10, 2018
1 parent c16b7b4 commit 5345da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ option(USE_VCPGK "using vcpg environment" OFF)

set(AZURE_BLOB_STORAGE_PLUGIN_VERSION_MAJOR "0")
set(AZURE_BLOB_STORAGE_PLUGIN_VERSION_MINOR "2")
set(AZURE_BLOB_STORAGE_PLUGIN_VERSION_PATCH "2")
set(AZURE_BLOB_STORAGE_PLUGIN_VERSION_PATCH "3")
set(AZURE_BLOB_STORAGE_PLUGIN_VERSION "${AZURE_BLOB_STORAGE_PLUGIN_VERSION_MAJOR}.${AZURE_BLOB_STORAGE_PLUGIN_VERSION_MINOR}.${AZURE_BLOB_STORAGE_PLUGIN_VERSION_PATCH}" )

# Add custom cmake modules to CMAKE_MODULE_PATH
Expand Down

0 comments on commit 5345da2

Please sign in to comment.