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 7, 2022
1 parent 701172a commit d2b8ac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 1)
set(MKR_VERSION_REV 3)

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

0 comments on commit d2b8ac0

Please sign in to comment.