Skip to content

Commit

Permalink
Update v0.6.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
susie-ont committed Jul 31, 2024
1 parent 29f311b commit 9e40ccc
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 9e40ccc

Please sign in to comment.