diff --git a/bin/sanbootconf.inf b/bin/sanbootconf.inf index 4563266..a14f694 100644 --- a/bin/sanbootconf.inf +++ b/bin/sanbootconf.inf @@ -4,7 +4,7 @@ Class = System ClassGUID = {4d36e97d-e325-11ce-bfc1-08002be10318} Provider = %fensys% CatalogFile = sanbootconf.cat -DriverVer = 10/19/2011,1.1.1 +DriverVer = 08/14/2014,1.2.0 [Manufacturer] %fensys% = FenSystems,ntamd64 diff --git a/src/driver/version.rc b/src/driver/version.rc index 74d43e9..e868b37 100644 --- a/src/driver/version.rc +++ b/src/driver/version.rc @@ -7,8 +7,8 @@ #define VER_FILEDESCRIPTION_STR "SAN Boot Configuration Driver" #define VER_INTERNALNAME_STR "sanbootconf.sys" #define VER_ORIGINALFILENAME_STR "sanbootconf.sys" -#define VER_FILEVERSION 1,1,1,0 -#define VER_FILEVERSION_STR "1.1.1" +#define VER_FILEVERSION 1,2,0,0 +#define VER_FILEVERSION_STR "1.2.0" #define VER_PRODUCTVERSION VER_FILEVERSION #define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR #define VER_LEGALCOPYRIGHT_STR "Copyright (C) 2008-2014 Fen Systems Ltd." diff --git a/src/msi/sanbootconf.wxs b/src/msi/sanbootconf.wxs index 34da184..dc529a0 100644 --- a/src/msi/sanbootconf.wxs +++ b/src/msi/sanbootconf.wxs @@ -1,5 +1,5 @@ - +