From: Gleb C. <lna...@ya...> - 2024-12-28 13:47:42
|
Commit: ee5a0e2 GitHub URL: https://github.com/SCST-project/scst/commit/ee5a0e2293910121d1dd222d2e295cd8409074b7 Author: Gleb Chesnokov Date: 2024-12-28T16:44:09+03:00 Log Message: ----------- www: Update the version number from 3.8 to 3.9 Modified Paths: -------------- www/downloads.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) =================================================================== diff --git a/www/downloads.html b/www/downloads.html index 311a36b..106bc3d 100644 --- a/www/downloads.html +++ b/www/downloads.html @@ -35,9 +35,9 @@ <div id="main"> <h1>SCST Downloads</h1> - <p>The latest stable version of SCST is 3.8. + <p>The latest stable version of SCST is 3.9. Updates for that version are available on - the 3.8.x branch in the Git repository.</p> + the 3.9.x branch in the Git repository.</p> <p>Debian packages can be built by running "make dpkg". RPMs can be built by running @@ -48,7 +48,7 @@ <p>There is also a well done user space port, which you can find <a href="https://github.com/DavidButterfield/SCST-Usermode-Adaptation">here</a>.</p> <p>The latest development version of SCST is - 3.9. That version including target drivers and + 3.10. That version including target drivers and user space utilities can be downloaded directly from the SCST Git repository.</p> <p>You can access it using either |