You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
676 B
23 lines
676 B
/* THIS FILE WILL BE OVERWRITTEN BY DEV-C++ */
|
|
/* DO NOT EDIT ! */
|
|
|
|
#ifndef JALOG_CONV_PRIVATE_H
|
|
#define JALOG_CONV_PRIVATE_H
|
|
|
|
/* VERSION DEFINITIONS */
|
|
#define VER_STRING "1.1.0.89"
|
|
#define VER_MAJOR 1
|
|
#define VER_MINOR 1
|
|
#define VER_RELEASE 0
|
|
#define VER_BUILD 89
|
|
#define COMPANY_NAME "Steven Mattera"
|
|
#define FILE_VERSION "1.0"
|
|
#define FILE_DESCRIPTION ""
|
|
#define INTERNAL_NAME ""
|
|
#define LEGAL_COPYRIGHT "Copyright 2010 Steven Mattera. All Rights Reserved."
|
|
#define LEGAL_TRADEMARKS ""
|
|
#define ORIGINAL_FILENAME "JALOG_CONV.EXE"
|
|
#define PRODUCT_NAME "Jedi Academy Server Log Converter"
|
|
#define PRODUCT_VERSION "1.0"
|
|
|
|
#endif /*JALOG_CONV_PRIVATE_H*/
|
|
|