aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/Version.hpp
blob: 5fdcf8dbc67476416c74966368bc4b327e576ebc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//
// Copyright © 2017 Arm Ltd. All rights reserved.
// See LICENSE file in the project root for full license information.
//
#pragma once

// YYYYMMPP
// where:
//   YYYY = 4-digit year number
//   MM   = 2-digit month number
//   PP   = 2-digit patch number
#define ARMNN_VERSION "20180300"