diff options
author | Jes Sorensen <jsorensen@fb.com> | 2018-10-01 20:26:06 +0200 |
---|---|---|
committer | Jes Sorensen <jsorensen@fb.com> | 2018-10-01 20:26:06 +0200 |
commit | 20e8fe52e7190b3ffda127566852eac2eb7fa1f7 (patch) | |
tree | ff35a47a4cd9f969aec4472fceb0e36a47e83963 /ReadMe.c | |
parent | imsm: block using partition (diff) | |
download | mdadm-4.1.tar.xz mdadm-4.1.zip |
Release mdadm-4.1mdadm-4.1
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
Diffstat (limited to 'ReadMe.c')
-rw-r--r-- | ReadMe.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,10 +28,10 @@ #include "mdadm.h" #ifndef VERSION -#define VERSION "4.1-rc2" +#define VERSION "4.1" #endif #ifndef VERS_DATE -#define VERS_DATE "2018-08-02" +#define VERS_DATE "2018-10-01" #endif char Version[] = "mdadm - v" VERSION " - " VERS_DATE "\n"; |