libjaylink  0.5.0
Library to access J-Link devices
version.h
Go to the documentation of this file.
1 // SPDX-License-Identifier: LGPL-2.1-or-later
2 
3 #ifndef LIBJAYLINK_VERSION_H
4 #define LIBJAYLINK_VERSION_H
5 
13 #define JAYLINK_VERSION_PACKAGE_MAJOR 0
14 
16 #define JAYLINK_VERSION_PACKAGE_MINOR 5
17 
19 #define JAYLINK_VERSION_PACKAGE_MICRO 0
20 
22 #define JAYLINK_VERSION_PACKAGE_STRING "0.5.0"
23 
25 #define JAYLINK_VERSION_LIBRARY_CURRENT 2
26 
28 #define JAYLINK_VERSION_LIBRARY_REVISION 2
29 
31 #define JAYLINK_VERSION_LIBRARY_AGE 2
32 
34 #define JAYLINK_VERSION_LIBRARY_STRING "2:2:2"
35 
36 #endif /* LIBJAYLINK_VERSION_H */