Skip to content

Commit

Permalink
Fix version in root CMakeLists.txt [ci skip]
Browse files Browse the repository at this point in the history
Due to the bug in bumpver.sh that will be fixed in the next release.
  • Loading branch information
SergeySeroshtan committed Aug 8, 2023
1 parent 4611c23 commit 7afccd9
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 @@ -63,7 +63,7 @@ include("cmake/protobuf.cmake")
# ---------------------------------------------------------------------------
# Version options
# ---------------------------------------------------------------------------
set(VIRGIL_CRYPTO_VERSION_LABEL "dev.1" CACHE STRING "Version label, i.e. beta, rc1.")
set(VIRGIL_CRYPTO_VERSION_LABEL "" CACHE STRING "Version label, i.e. beta, rc1.")

# ---------------------------------------------------------------------------
# Build options
Expand Down

0 comments on commit 7afccd9

Please sign in to comment.