Imported Upstream version 1.8.0
[platform/core/ml/nnfw.git] / compiler / vconone / README.md
1 # vconone
2
3 _vconone_ provides version number and strings for one-* commands and command
4 line tools
5
6 # Revise version number
7
8 To revise version number, update `VCONONE_VERSION` in `CmakeLists.txt`
9 or give `-DVCONONE_VERSION=0x0000000100080001` at cmake configure step.
10
11 Number given is four numbers `build`, `patch`, `minor` and `major` in order for
12 each 16bit integers. `build` is not used for now.
13
14 `0x0000000100080001` version is interpretered as `1.8.1`