Open Ethernet Networking (OpEN) API Guide and Reference Manual  3.6.0.3
openapi_version.h
Go to the documentation of this file.
1 
9 /*********************************************************************
10 *
11 * Copyright 2017-2019 Broadcom.
12 *
13 * Licensed under the Apache License, Version 2.0 (the "License");
14 * you may not use this file except in compliance with the License.
15 * You may obtain a copy of the License at
16 *
17 * http://www.apache.org/licenses/LICENSE-2.0
18 *
19 * Unless required by applicable law or agreed to in writing, software
20 * distributed under the License is distributed on an "AS IS" BASIS,
21 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22 * See the License for the specific language governing permissions and
23 * limitations under the License.
24 *
25 * Licensed under the Apache License, Version 2.0 (the "License");
26 * you may not use this file except in compliance with the License.
27 * You may obtain a copy of the License at
28 *
29 * http://www.apache.org/licenses/LICENSE-2.0
30 *
31 * Unless required by applicable law or agreed to in writing, software
32 * distributed under the License is distributed on an "AS IS" BASIS,
33 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
34 * See the License for the specific language governing permissions and
35 * limitations under the License.
36 *
37 **********************************************************************
38 *
39 * @filename openapi_version.h
40 *
41 * @purpose Version information for OpEN API
42 *
43 * @component OPEN
44 *
45 * @create 06/14/2017
46 *
47 * @end
48 *
49 **********************************************************************/
50 #ifndef OPENAPI_VERSION_H_INCLUDED
51 #define OPENAPI_VERSION_H_INCLUDED
52 
53 #define OPEN_API_VERSION_MAJOR 1
54 #define OPEN_API_VERSION_MINOR 20
55 
56 #define OPEN_API_VERSION_STR "1.20"
57 
58 #endif /* OPENAPI_VERSION_H_INCLUDED */
59