This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/Borland/BCC55/Include/bhver.h

9 lines
260 B
C

#pragma option push -b -a8 -pc -A- /*P_O_Push*/
#define VER_BUILDMAJOR 4
#define VER_BUILDMINOR 0
#define VER_BUILDMM_STR "4.00"
#define BH_VER "SMS Retail 352"
#define VER_BUILDNUMBER 352
#define VER_BUILDNUMBER_STR "352"
#pragma option pop /*P_O_Pop*/