]>
vaikene.ee Git - evaf/blob - src/main/GUI/version.h
2 * @file main/GUI/version.h
3 * @brief Version information for eVaf modules
6 * Copyright (c) 2011 Enar Vaikene
8 * This file is part of the eVaf C++ cross-platform application development framework.
10 * This file can be used under the terms of the GNU General Public License
11 * version 3.0 as published by the Free Software Foundation and appearing in
12 * the file LICENSE included in the packaging of this file. Please review the
13 * the following information to ensure the GNU General Public License version
14 * 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html.
16 * Alternatively, this file may be used in accordance with the Commercial License
17 * Agreement provided with the Software.
20 #ifndef __GUI_VERSION_H
21 # define __GUI_VERSION_H
23 #include <version_rc.h>
26 * Module/library version number in the form major,minor,release,build
28 #define VER_FILE_VERSION 0,1,1,3
31 * Module/library version number in the string format (shall end with \0)
33 #define VER_FILE_VERSION_STR "0.1.1.3\0"
36 * Module/library name (shall end with \0)
38 #define VER_MODULE_NAME_STR "eVafGUI\0"
41 * Original file name for windows (shall end with \0)
43 #define VER_ORIGINAL_FILE_NAME_STR "eVafGUI.exe\0"
46 * Description of the module/library (shall end with \0)
48 #define VER_FILE_DESCRIPTION_STR "Main eVaf GUI executable.\0"