X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=ReadMe.c;h=d3fcb6132fe97f24292aef9c6c1faf3d3339e9c0;hb=c61b1c0bb5ee7a09bb25250e6c12bcd4d4cafb0c;hp=566fc8d8410968a9f5c71e52b2f21021e8d7d176;hpb=7071320a18428e9a11ea9f6dd806c6ff6fe9c547;p=thirdparty%2Fmdadm.git diff --git a/ReadMe.c b/ReadMe.c index 566fc8d8..d3fcb613 100644 --- a/ReadMe.c +++ b/ReadMe.c @@ -1,7 +1,7 @@ /* * mdadm - manage Linux "md" devices aka RAID arrays. * - * Copyright (C) 2001-2015 Neil Brown + * Copyright (C) 2001-2016 Neil Brown * * * This program is free software; you can redistribute it and/or modify @@ -25,10 +25,10 @@ #include "mdadm.h" #ifndef VERSION -#define VERSION "3.3.4" +#define VERSION "3.4" #endif #ifndef VERS_DATE -#define VERS_DATE "3rd August 2015" +#define VERS_DATE "28th January 2016" #endif char Version[] = "mdadm - v" VERSION " - " VERS_DATE "\n";