aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/Version.hpp
blob: ec99335530afa9f11d4a300bba50c5b523571e9a (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 "20180500"