-
Notifications
You must be signed in to change notification settings - Fork 0
/
version.h
30 lines (24 loc) · 962 Bytes
/
version.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*
* Copyright (C) 2015-2018 Swift Navigation Inc.
* Contact: Swift Navigation <[email protected]>
*
* This source is subject to the license found in the file 'LICENSE' which must
* be be distributed together with this source. All other rights reserved.
*
* THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
* EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
*/
/*****************************************************************************
* Automatically generated with generate.py. Please do not hand edit!
*****************************************************************************/
#ifndef LIBSBP_VERSION_H
#define LIBSBP_VERSION_H
/** \addtogroup sbp
* \{ */
/** Protocol major version. */
#define SBP_MAJOR_VERSION 2
/** Protocol minor version. */
#define SBP_MINOR_VERSION 3
/** \} */
#endif /* LIBSBP_VERSION_H */