forked from rtlabs-com/i-link
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathversion.h.in
23 lines (20 loc) · 812 Bytes
/
version.h.in
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 2021 rt-labs AB, Sweden.
*
* This software is dual-licensed under GPLv3 and a commercial
* license. See the file LICENSE.md distributed with this software for
* full license information.
********************************************************************/
#ifndef VERSION_H
#define VERSION_H
#define IOLINKMASTER_VERSION_MAJOR @IOLINKMASTER_VERSION_MAJOR@
#define IOLINKMASTER_VERSION_MINOR @IOLINKMASTER_VERSION_MINOR@
#define IOLINKMASTER_VERSION_PATCH @IOLINKMASTER_VERSION_PATCH@
#endif /* VERSION_H */