VoxelBlur
Depth-of-field volume rendering
 All Classes Files Functions Variables Enumerations Enumerator
version.h
Go to the documentation of this file.
1 
8 #ifndef VERSION_H
9 #define VERSION_H
10 
11 #define VER_FILEVERSION 1,0,0,0
12 #define VER_FILEVERSION_STR "1.0"
13 
14 #define VER_PRODUCTVERSION VER_FILEVERSION
15 #define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR
16 
17 #define VER_COMPANYNAME_STR "Florian Schaukowitsch"
18 #define VER_FILEDESCRIPTION_STR "VoxelBlur - a depth-of-field volume renderer"
19 #define VER_INTERNALNAME_STR "VoxelBlur executable"
20 #define VER_LEGALCOPYRIGHT_STR "(C) Florian Schaukowitsch"
21 //#define VER_LEGALTRADEMARKS1_STR "All Rights Reserved"
22 //#define VER_LEGALTRADEMARKS2_STR VER_LEGALTRADEMARKS1_STR
23 #define VER_ORIGINALFILENAME_STR "VoxelBlur.exe"
24 #define VER_PRODUCTNAME_STR "VoxelBlur"
25 
26 #define VER_COMPANYDOMAIN_STR "www.tuwien.ac.at"
27 
28 #endif // VERSION_H