1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Support for Intel Camera Imaging ISP subsystem.
4  * Copyright (c) 2015, Intel Corporation.
5  */
6 
7 #ifndef HRT_VERSION_H
8 #define HRT_VERSION_H
9 #define HRT_VERSION_MAJOR 1
10 #define HRT_VERSION_MINOR 4
11 #define HRT_VERSION 1_4
12 #endif
13