blob: 975fcb6700039892355aa2b8995afd488ef948e5 [file] [log] [blame]
telsoa014fcda012018-03-09 14:13:49 +00001//
2// Copyright © 2017 Arm Ltd. All rights reserved.
David Beckecb56cd2018-09-05 12:52:57 +01003// SPDX-License-Identifier: MIT
telsoa014fcda012018-03-09 14:13:49 +00004//
5#pragma once
6
7// YYYYMMPP
8// where:
9// YYYY = 4-digit year number
10// MM = 2-digit month number
11// PP = 2-digit patch number
Kevin May68efb072020-01-16 15:54:22 +000012#define ARMNN_VERSION "20190801"