Merge pull request #806 from robertbaldyga/post-release-v21.3

Post-release maintenance
This commit is contained in:
Robert Baldyga 2021-04-21 22:05:59 +02:00 committed by GitHub
commit a0cccb8702
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -26,9 +26,9 @@ Open CAS uses Safe string library (safeclib) that is MIT licensed.
To download latest Open CAS Linux release run following commands:
```
wget https://github.com/Open-CAS/open-cas-linux/releases/download/v20.12.1/open-cas-linux-20.12.2.0444.release.tar.gz
tar -xf open-cas-linux-20.12.2.0444.release.tar.gz
cd open-cas-linux-20.12.2.0444.release/
wget https://github.com/Open-CAS/open-cas-linux/releases/download/v21.3/open-cas-linux-21.03.0.0496.release.tar.gz
tar -xf open-cas-linux-21.03.0.0496.release.tar.gz
cd open-cas-linux-21.03.0.0496.release/
```
Alternatively, if you want recent development (unstable) version, you can clone GitHub repository:

View File

@ -1,3 +1,3 @@
CAS_VERSION_MAIN=21
CAS_VERSION_MAJOR=3
CAS_VERSION_MAJOR=6
CAS_VERSION_MINOR=0