Skip to content

Commit

Permalink
Merge branch 'slee/set_v0.6.3_version' into 'release-v0.6'
Browse files Browse the repository at this point in the history
Update v0.6.3 version

See merge request machine-learning/dorado!1139
  • Loading branch information
MarkBicknellONT committed Jul 31, 2024
2 parents 29f311b + 9e40ccc commit 19d900e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ If you encounter any problems building or running Dorado, please [report an issu

## Installation

- [dorado-0.6.2-linux-x64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-0.6.2-linux-x64.tar.gz)
- [dorado-0.6.2-linux-arm64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-0.6.2-linux-arm64.tar.gz)
- [dorado-0.6.2-osx-arm64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-0.6.2-osx-arm64.zip)
- [dorado-0.6.2-win64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-0.6.2-win64.zip)
- [dorado-0.6.3-linux-x64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-0.6.3-linux-x64.tar.gz)
- [dorado-0.6.3-linux-arm64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-0.6.3-linux-arm64.tar.gz)
- [dorado-0.6.3-osx-arm64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-0.6.3-osx-arm64.zip)
- [dorado-0.6.3-win64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-0.6.3-win64.zip)

## Platforms

Expand Down
2 changes: 1 addition & 1 deletion cmake/DoradoVersion.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(DORADO_VERSION_MAJOR 0)
set(DORADO_VERSION_MINOR 6)
set(DORADO_VERSION_REV 2)
set(DORADO_VERSION_REV 3)

find_package(Git QUIET)
if(GIT_FOUND AND EXISTS "${PROJECT_SOURCE_DIR}/.git")
Expand Down

0 comments on commit 19d900e

Please sign in to comment.