C++ TargetRTS
Loading...
Searching...
No Matches
RTVersion.h
1/*
2 * Licensed Materials - Property of HCL and/or IBM
3 * Copyright HCL Technologies Ltd. 2016, 2021. All Rights Reserved.
4 * Copyright IBM Corporation 1999, 2016. All Rights Reserved.
5 *
6 * U.S. Government Users Restricted Rights - Use, duplication or
7 * disclosure restricted by GSA ADP Schedule.
8 */
9
10#ifndef __RTVersion_h__
11#define __RTVersion_h__ included
12
13
14#define RT_VERSION_NUMBER 8004
15#define RT_VERSION_STRING "Release 8.0.04"
16
17
18#endif // __RTVersion_h__