src/Version/Version.h

Go to the documentation of this file.
00001 #pragma once
00002 
00003 #define VERSION_MAJOR                 1
00004 #define VERSION_MINOR                 3
00005 #define VERSION_BUILD                 529
00006 #define VERSION_REVISION              0
00007 
00008 #define VERSION_PRODUCTNAME_VALUE     "MSI Extensions"
00009 #define VERSION_COMPANYNAME_VALUE     "Application Security Inc."
00010 #define VERSION_LEGALCOPYRIGHT_VALUE  "Copyright (c) Application Security Inc."
00011 #define VERSION_LEGALTRADEMARK_VALUE  "All Rights Reserved"
00012 #define VERSION_VALUE                 "1.3.529.0"
00013 
00014 #define BINARY_VERSION                1,3,529,0
00015 
00016 #define VERSION_FILEVERSION           BINARY_VERSION
00017 #define VERSION_PRODUCTVERSION        BINARY_VERSION
00018 #define VERSION_FILEVERSION_VALUE     VERSION_VALUE
00019 #define VERSION_PRODUCTVERSION_VALUE  VERSION_VALUE
00020 


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