Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iiSeymour committed Apr 6, 2023
1 parent 1f46bcd commit 4ed609d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to Dorado will be documented in this file.

# [0.2.3] (06 Apr 2023)

* 6bf227b8139132854927884b59246922f92f0bdc - Upgrade to Pod5 v0.1.16

# [0.2.2] (04 Apr 2023)

* e1159c4aa8562f539f86d0d2d30899cb69ec9e54 - Add V4.1 modified base models
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ If you encounter any problems building or running Dorado please [report an issue

## Installation

- [dorado-0.2.2-linux-x64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-0.2.2-linux-x64.tar.gz)
- [dorado-0.2.2-linux-arm64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-0.2.2-linux-arm64.tar.gz)
- [dorado-0.2.2-osx-arm64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-0.2.2-osx-arm64.tar.gz)
- [dorado-0.2.2-win64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-0.2.2-win64.zip)
- [dorado-0.2.3-linux-x64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-0.2.3-linux-x64.tar.gz)
- [dorado-0.2.3-linux-arm64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-0.2.3-linux-arm64.tar.gz)
- [dorado-0.2.3-osx-arm64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-0.2.3-osx-arm64.tar.gz)
- [dorado-0.2.3-win64](https://cdn.oxfordnanoportal.com/software/analysis/dorado-0.2.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 2)
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 4ed609d

Please sign in to comment.