eVaf
version.h File Reference

Version information for eVaf modules. More...

#include <version_rc.h>

Go to the source code of this file.

Macros

#define VER_FILE_DESCRIPTION_STR   "Module for viewing messages output using the iLogger interface.\0"
 Description of the module/library (shall end with \0) More...
 
#define VER_FILE_VERSION   0,2,1,3
 Module/library version number in the form major,minor,release,build. More...
 
#define VER_FILE_VERSION_STR   "0.2.1.3\0"
 Module/library version number in the string format (shall end with \0) More...
 
#define VER_MODULE_NAME_STR   "LogView\0"
 Module/library name (shall end with \0) More...
 
#define VER_MODULE_TYPE   MT_GENERIC
 Module type (see version_rc.h for all the types) More...
 
#define VER_MODULE_TYPE_STR   MT_GENERIC
 Module type in the string format (see version_rc for all the types) More...
 
#define VER_ORIGINAL_FILE_NAME_STR   "LogView.dll\0"
 Original file name for windows (shall end with \0) More...
 

Detailed Description

Version information for eVaf modules.

Author
Enar Vaikene

Copyright (c) 2011 Enar Vaikene

This file is part of the eVaf C++ cross-platform application development framework.

This file can be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in the packaging of this file. Please review the the following information to ensure the GNU General Public License version 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html.

Alternatively, this file may be used in accordance with the Commercial License Agreement provided with the Software.

Definition in file version.h.

Macro Definition Documentation

#define VER_FILE_DESCRIPTION_STR   "Module for viewing messages output using the iLogger interface.\0"

Description of the module/library (shall end with \0)

Definition at line 58 of file version.h.

#define VER_FILE_VERSION   0,2,1,3

Module/library version number in the form major,minor,release,build.

Definition at line 28 of file version.h.

#define VER_FILE_VERSION_STR   "0.2.1.3\0"

Module/library version number in the string format (shall end with \0)

Definition at line 33 of file version.h.

#define VER_MODULE_NAME_STR   "LogView\0"

Module/library name (shall end with \0)

Definition at line 38 of file version.h.

#define VER_MODULE_TYPE   MT_GENERIC

Module type (see version_rc.h for all the types)

Definition at line 43 of file version.h.

#define VER_MODULE_TYPE_STR   MT_GENERIC

Module type in the string format (see version_rc for all the types)

Definition at line 48 of file version.h.

#define VER_ORIGINAL_FILE_NAME_STR   "LogView.dll\0"

Original file name for windows (shall end with \0)

Definition at line 53 of file version.h.