[go: up one dir, main page]

Menu

[8a2cb6]: / contesta_private.h  Maximize  Restore  History

Download this file

24 lines (20 with data), 685 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* THIS FILE WILL BE OVERWRITTEN BY DEV-C++ */
/* DO NOT EDIT ! */
#ifndef CONTESTA_PRIVATE_H
#define CONTESTA_PRIVATE_H
/* VERSION DEFINITIONS */
#define VER_STRING "0.3.0.0"
#define VER_MAJOR 0
#define VER_MINOR 3
#define VER_RELEASE 0
#define VER_BUILD 0
#define COMPANY_NAME "UR4MCK"
#define FILE_VERSION "0.3.0"
#define FILE_DESCRIPTION "Contest Arbitrator for RU-QRP Club"
#define INTERNAL_NAME "contesta"
#define LEGAL_COPYRIGHT "This program is freeware"
#define LEGAL_TRADEMARKS "(c) 2009-2013 by UR4MCK"
#define ORIGINAL_FILENAME "contesta.exe"
#define PRODUCT_NAME "Contest Arbitrator"
#define PRODUCT_VERSION "0.3.0"
#endif /*CONTESTA_PRIVATE_H*/