From 82dcb360651caef34f5ed5160a0bf0699cca0244 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 12 Sep 2014 11:19:21 +0000 Subject: [PATCH] fcst: Change version number from 0.3 into 3.0.0 git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.0.x@5800 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..8c1ef155f 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.0.0" #define FT_MODULE "fcst" #define FT_MAX_HW_PENDING_TIME 20 /* max I/O time in seconds */