spinnaker_tools 3.4.0
SpiNNaker API, sark, sc&mp, bmp firmware and build tools
Loading...
Searching...
No Matches
version.h
Go to the documentation of this file.
1//------------------------------------------------------------------------------
10//------------------------------------------------------------------------------
11
12/*
13 * Copyright (c) 2016 The University of Manchester
14 *
15 * Licensed under the Apache License, Version 2.0 (the "License");
16 * you may not use this file except in compliance with the License.
17 * You may obtain a copy of the License at
18 *
19 * https://www.apache.org/licenses/LICENSE-2.0
20 *
21 * Unless required by applicable law or agreed to in writing, software
22 * distributed under the License is distributed on an "AS IS" BASIS,
23 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
24 * See the License for the specific language governing permissions and
25 * limitations under the License.
26 */
27
28#ifndef __VERSION_H__
29#define __VERSION_H__
30
32#define SLLT_VER_STR "4.0.0"
34#define SLLT_VER_NUM 0x040000
35
36#endif