Skip to content

Commit

Permalink
Update MKRVersion.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
0x55555555 committed May 11, 2022
1 parent 1d947e7 commit b7f4f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/MKRVersion.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(MKR_VERSION_MAJOR 0)
set(MKR_VERSION_MINOR 0)
set(MKR_VERSION_REV 3)
set(MKR_VERSION_REV 4)

set(MKR_NUMERIC_VERSION "${MKR_VERSION_MAJOR}.${MKR_VERSION_MINOR}.${MKR_VERSION_REV}")
set(MKR_FULL_VERSION "${MinKNOW_NUMERIC_VERSION}")

0 comments on commit b7f4f2e

Please sign in to comment.