From bdbb2b0c46d737a8d9a99842fcf6f7eb2f21884a Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 12 Sep 2014 11:20:16 +0000 Subject: [PATCH] fcst: Change version number from 0.3 into 3.1.0-pre git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5801 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- fcst/fcst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fcst/fcst.h b/fcst/fcst.h index 50f25b4a5..6067b84bd 100644 --- a/fcst/fcst.h +++ b/fcst/fcst.h @@ -26,7 +26,7 @@ #include "scst.h" #endif -#define FT_VERSION "0.3" +#define FT_VERSION "3.1.0-pre" #define FT_MODULE "fcst" #define FT_MAX_HW_PENDING_TIME 20 /* max I/O time in seconds */