From 6f02172d2e9cbef03da07a16c9fffe46062d09e6 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Tue, 3 Sep 2013 14:16:22 +1000 Subject: Release mdadm-3.3 (and various cosmetic fixes) Signed-off-by: NeilBrown --- ReadMe.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ReadMe.c') diff --git a/ReadMe.c b/ReadMe.c index 0a59604b..d742cc70 100644 --- a/ReadMe.c +++ b/ReadMe.c @@ -1,7 +1,7 @@ /* * mdadm - manage Linux "md" devices aka RAID arrays. * - * Copyright (C) 2001-2012 Neil Brown + * Copyright (C) 2001-2013 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-rc2" +#define VERSION "3.3" #endif #ifndef VERS_DATE -#define VERS_DATE "25th July 2013" +#define VERS_DATE "3rd September 2013" #endif char Version[] = Name " - v" VERSION " - " VERS_DATE "\n"; -- cgit v1.2.3