Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ Open CAS uses Safe string library (safeclib) that is MIT licensed.

We recommend using the latest version, which contains all the important fixes
and performance improvements. Bugfix releases are guaranteed only for the
latest major release line (currently 25.3.x).
latest major release line (currently 25.12.x).

To download the latest Open CAS Linux release run following commands:

```
wget https://github.com/Open-CAS/open-cas-linux/releases/download/v25.03/open-cas-linux-25.03.0.0963.release.tar.gz
tar -xf open-cas-linux-25.03.0.0963.release.tar.gz
cd open-cas-linux-25.03.0.0963.release/
wget https://github.com/Open-CAS/open-cas-linux/releases/download/v25.12/open-cas-linux-25.12.0.0997.release.tar.gz
tar -xf open-cas-linux-25.12.0.0997.release.tar.gz
cd open-cas-linux-25.12.0.0997.release/
```

Alternatively, if you want recent development (unstable) version, you can clone GitHub repository:
Expand Down