diff options
author | Jes Sorensen <jsorensen@fb.com> | 2018-08-03 17:30:31 +0200 |
---|---|---|
committer | Jes Sorensen <jsorensen@fb.com> | 2018-08-03 17:30:31 +0200 |
commit | a882c7b1ec0eac03b49f8306f1e5816a04abe125 (patch) | |
tree | 66dfcc5d00ecb1ce8eee684dc752ae557c79ac42 /ReadMe.c | |
parent | Incremental: remove external arrays and devices correctly (diff) | |
download | mdadm-370ffb40d559a57212616f6439c504f226d1ce5c.tar.xz mdadm-370ffb40d559a57212616f6439c504f226d1ce5c.zip |
Release mdadm-4.1-rc2mdadm-4.1-rc2
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-rc1" +#define VERSION "4.1-rc2" #endif #ifndef VERS_DATE -#define VERS_DATE "2018-03-22" +#define VERS_DATE "2018-08-02" #endif char Version[] = "mdadm - v" VERSION " - " VERS_DATE "\n"; |