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