[release] Increment version to 1.2.0

Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
This commit is contained in:
Michael Brown 2014-08-14 02:01:18 +01:00
parent 6f8829074a
commit 9dc0dce376
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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."

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<?define VERSION="1.1.1" ?>
<?define VERSION="1.2.0" ?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*"
Name="SAN Boot Configuration Driver"