Version.h
Go to the documentation of this file.
1 #pragma once
2 
3 #define VERSION_MAJOR 1
4 #define VERSION_MINOR 5
5 #define VERSION_BUILD 918
6 #define VERSION_REVISION 0
7 
8 #define VERSION_PRODUCTNAME_VALUE "MSI Extensions"
9 #define VERSION_COMPANYNAME_VALUE "Application Security Inc."
10 #define VERSION_LEGALCOPYRIGHT_VALUE "Copyright (c) Application Security Inc."
11 #define VERSION_LEGALTRADEMARK_VALUE "All Rights Reserved"
12 #define VERSION_VALUE "1.5.918.0"
13 
14 #define BINARY_VERSION 1,5,918,0
15 
16 #define VERSION_FILEVERSION BINARY_VERSION
17 #define VERSION_PRODUCTVERSION BINARY_VERSION
18 #define VERSION_FILEVERSION_VALUE VERSION_VALUE
19 #define VERSION_PRODUCTVERSION_VALUE VERSION_VALUE
20 


© Application Security Inc. - All Rights Reserved http://msiext.codeplex.com