Change version to 3.3-rc2

Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
NeilBrown 2013-07-25 17:54:54 +10:00
parent 482383022d
commit 4b1679dd39
1 changed files with 2 additions and 2 deletions

View File

@ -25,10 +25,10 @@
#include "mdadm.h"
#ifndef VERSION
#define VERSION "3.2.5"
#define VERSION "3.3-rc2"
#endif
#ifndef VERS_DATE
#define VERS_DATE "18th May 2012"
#define VERS_DATE "25th July 2013"
#endif
char Version[] = Name " - v" VERSION " - " VERS_DATE "\n";