pcsx2/plugins/CDVDpeops/cdvdPeops_private.h

24 lines
578 B
C
Raw Normal View History

// THIS FILE WILL BE OVERWRITTEN BY DEV-C++!
// DO NOT EDIT!
#ifndef CDVDPEOPS_PRIVATE_H
#define CDVDPEOPS_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 "0.1"
#define FILE_DESCRIPTION "Developed using the Dev-C++ IDE"
#define INTERNAL_NAME ""
#define LEGAL_COPYRIGHT ""
#define LEGAL_TRADEMARKS ""
#define ORIGINAL_FILENAME "cdvdPeops.exe"
#define PRODUCT_NAME "cdvdPeops"
#define PRODUCT_VERSION "0.1"
#endif //CDVDPEOPS_PRIVATE_H