diff options
author | Jes Sorensen <jsorensen@fb.com> | 2018-03-22 16:28:01 +0100 |
---|---|---|
committer | Jes Sorensen <jsorensen@fb.com> | 2018-03-22 18:06:56 +0100 |
commit | 6a173ed317330a7193bcb665711941a7d7ed540a (patch) | |
tree | b05a8931426e8245e442a02f4d1e0370e0a17208 /ReadMe.c | |
parent | makedist: Fix to handle rc releases (diff) | |
download | mdadm-6a173ed317330a7193bcb665711941a7d7ed540a.tar.xz mdadm-6a173ed317330a7193bcb665711941a7d7ed540a.zip |
mdadm: 4.1-rc1mdadm-4.1-rc1
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.0" +#define VERSION "4.1-rc1" #endif #ifndef VERS_DATE -#define VERS_DATE "2017-01-09" +#define VERS_DATE "2018-03-22" #endif char Version[] = "mdadm - v" VERSION " - " VERS_DATE "\n"; |