forked from rtlabs-com/osal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversion.h.in
More file actions
23 lines (20 loc) · 763 Bytes
/
version.h.in
File metadata and controls
23 lines (20 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*********************************************************************
* _ _ _
* _ __ | |_ _ | | __ _ | |__ ___
* | '__|| __|(_)| | / _` || '_ \ / __|
* | | | |_ _ | || (_| || |_) |\__ \
* |_| \__|(_)|_| \__,_||_.__/ |___/
*
* www.rt-labs.com
* Copyright 2017 rt-labs AB, Sweden.
*
* This software is licensed under the terms of the BSD 3-clause
* license. See the file LICENSE distributed with this software for
* full license information.
********************************************************************/
#ifndef VERSION_H
#define VERSION_H
#define OSAL_VERSION_MAJOR @OSAL_VERSION_MAJOR@
#define OSAL_VERSION_MINOR @OSAL_VERSION_MINOR@
#define OSAL_VERSION_PATCH @OSAL_VERSION_PATCH@
#endif /* VERSION_H */