mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
git-svn-id: http://pcsx2.googlecode.com/svn/branches/pcsx2_0.9.4@186 96395faa-99c1-11dd-bbfe-3dabce05a288
23 lines
572 B
C
23 lines
572 B
C
/* THIS FILE WILL BE OVERWRITTEN BY DEV-C++ */
|
|
/* DO NOT EDIT ! */
|
|
|
|
#ifndef PCSX2_PRIVATE_H
|
|
#define PCSX2_PRIVATE_H
|
|
|
|
/* VERSION DEFINITIONS */
|
|
#define VER_STRING "0.1.1.1"
|
|
#define VER_MAJOR 0
|
|
#define VER_MINOR 1
|
|
#define VER_RELEASE 1
|
|
#define VER_BUILD 1
|
|
#define COMPANY_NAME ""
|
|
#define FILE_VERSION ""
|
|
#define FILE_DESCRIPTION "Developed using the Dev-C++ IDE"
|
|
#define INTERNAL_NAME ""
|
|
#define LEGAL_COPYRIGHT ""
|
|
#define LEGAL_TRADEMARKS ""
|
|
#define ORIGINAL_FILENAME ""
|
|
#define PRODUCT_NAME ""
|
|
#define PRODUCT_VERSION ""
|
|
|
|
#endif /*PCSX2_PRIVATE_H*/
|