blob: 1a290d71779dce4e57eb63581f9093b5b649c8a8 [file] [log] [blame]
telsoa014fcda012018-03-09 14:13:49 +00001//
2// Copyright © 2017 Arm Ltd. All rights reserved.
3// See LICENSE file in the project root for full license information.
4//
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
telsoa01c577f2c2018-08-31 09:22:23 +010012#define ARMNN_VERSION "20180800"