mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
Bump the version number to 3.10.0-pre
These changes have been generated by running the following command: $ scripts/update-version 3 10 0 -pre
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
User space FILEIO handler
|
||||
=========================
|
||||
|
||||
Version 3.9.0, 28 December 2024
|
||||
Version 3.10.0-pre, 28 December 2024
|
||||
----------------------------
|
||||
|
||||
User space program fileio_tgt uses interface of SCST's scst_user dev
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
/* 8 byte ASCII Vendor */
|
||||
#define VENDOR "SCST_USR"
|
||||
/* 4 byte ASCII Product Revision Level - left aligned */
|
||||
#define FIO_REV "390 "
|
||||
#define FIO_REV "3100"
|
||||
|
||||
#define MAX_USN_LEN (20+1) /* For '\0' */
|
||||
|
||||
|
||||
@@ -19,6 +19,6 @@
|
||||
#ifndef __VERSION_H
|
||||
#define __VERSION_H
|
||||
|
||||
#define VERSION_STR "3.9.0"
|
||||
#define VERSION_STR "3.10.0-pre"
|
||||
|
||||
#endif /* __VERSION_H */
|
||||
|
||||
Reference in New Issue
Block a user