libsbp  v2.4.7
version.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2015-2018 Swift Navigation Inc.
3  * Contact: Swift Navigation <dev@swiftnav.com>
4  *
5  * This source is subject to the license found in the file 'LICENSE' which must
6  * be be distributed together with this source. All other rights reserved.
7  *
8  * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
9  * EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
10  * WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
11  */
12 
13 /*****************************************************************************
14  * Automatically generated with generate.py. Please do not hand edit!
15  *****************************************************************************/
16 
17 #ifndef LIBSBP_VERSION_H
18 #define LIBSBP_VERSION_H
19 
24 #define SBP_MAJOR_VERSION 2
25 
26 #define SBP_MINOR_VERSION 4
27 
28 #define SBP_PATCH_VERSION 7
29 
33 #endif /* LIBSBP_VERSION_H */