22 /*
23 * Copyright 2014-2017 Cavium, Inc.
24 * The contents of this file are subject to the terms of the Common Development
25 * and Distribution License, v.1, (the "License").
26
27 * You may not use this file except in compliance with the License.
28
29 * You can obtain a copy of the License at available
30 * at http://opensource.org/licenses/CDDL-1.0
31
32 * See the License for the specific language governing permissions and
33 * limitations under the License.
34 */
35
36
37 #ifndef _QEDE_VERSION_H
38 #define _QEDE_VERSION_H
39
40 #define MAJVERSION 8
41 #define MINVERSION 1
42 #define REVVERSION 23
43
44 #endif /* !_QEDE_VERSION_H */
45
|
22 /*
23 * Copyright 2014-2017 Cavium, Inc.
24 * The contents of this file are subject to the terms of the Common Development
25 * and Distribution License, v.1, (the "License").
26
27 * You may not use this file except in compliance with the License.
28
29 * You can obtain a copy of the License at available
30 * at http://opensource.org/licenses/CDDL-1.0
31
32 * See the License for the specific language governing permissions and
33 * limitations under the License.
34 */
35
36
37 #ifndef _QEDE_VERSION_H
38 #define _QEDE_VERSION_H
39
40 #define MAJVERSION 8
41 #define MINVERSION 1
42 #define REVVERSION 24
43
44 #endif /* !_QEDE_VERSION_H */
45
|