DISPLACE  1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
version.h
Go to the documentation of this file.
1 #ifndef VERSION_H
2 #define VERSION_H
3 
4 #define VERSION "1.0"
5 #define VERSION_BUILD 0
6 #define VERSION_COMMA 1,0,VERSION_BUILD
7 
8 #define VER_PRODUCTVERSION_STR "1.0\0"
9 
10 #define VER_FILEVERSION VERSION_COMMA
11 #define VER_FILEVERSION_STR VERSION "\0"
12 
13 #define VER_PRODUCTVERSION VERSION_COMMA
14 
15 #define VER_COMPANYNAME_STR "Displace-project"
16 #define VER_FILEDESCRIPTION_STR "DisplaceGui"
17 #define VER_INTERNALNAME_STR "DisplaceGui.exe"
18 #define VER_LEGALCOPYRIGHT_STR "Copyright (c) 2012-2019 Francois Bastardie <fba@aqua.dtu.dk>"
19 #define VER_LEGALTRADEMARKS1_STR "All Rights Reserved"
20 #define VER_LEGALTRADEMARKS2_STR VER_LEGALTRADEMARKS1_STR
21 #define VER_ORIGINALFILENAME_STR "displacegui.exe"
22 #define VER_PRODUCTNAME_STR "Displace-project"
23 
24 #define VER_COMPANYDOMAIN_STR "displace-project.org"
25 
26 
27 #endif // VERSION_H