Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / thirdparty / clDNN / version.json
1 # Please note that this file is parsed by simple parser written directly in CMake. Do not use advanced constructs.
2 "version" :       
3 {
4     "major": 1,            # clDNN major version (major version of API).
5     "minor": 4,            # clDNN minor version (correlated with major API version of Inference Engine).
6     "build": 23,           # clDNN build version (correlated with ordinal numeber of public release of clDNN).
7     "revision_base":    0, # Offset that will be subtracted from environment variable provided by build system.
8     "revision_min":    -1  # Minumum value of revision. Computed value of revision will be clamped from below by this value.
9 }