libjaylink
0.3.1
Library to access J-Link devices
Main Page
Data Structures
Files
File List
Globals
libjaylink
version.h
Go to the documentation of this file.
1
/*
2
* This file is part of the libjaylink project.
3
*
4
* Copyright (C) 2015 Marc Schink <jaylink-dev@marcschink.de>
5
*
6
* This program is free software: you can redistribute it and/or modify
7
* it under the terms of the GNU General Public License as published by
8
* the Free Software Foundation, either version 2 of the License, or
9
* (at your option) any later version.
10
*
11
* This program is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
* GNU General Public License for more details.
15
*
16
* You should have received a copy of the GNU General Public License
17
* along with this program. If not, see <http://www.gnu.org/licenses/>.
18
*/
19
20
#ifndef LIBJAYLINK_VERSION_H
21
#define LIBJAYLINK_VERSION_H
22
30
#define JAYLINK_VERSION_PACKAGE_MAJOR 0
31
33
#define JAYLINK_VERSION_PACKAGE_MINOR 3
34
36
#define JAYLINK_VERSION_PACKAGE_MICRO 1
37
39
#define JAYLINK_VERSION_PACKAGE_STRING "0.3.1"
40
42
#define JAYLINK_VERSION_LIBRARY_CURRENT 2
43
45
#define JAYLINK_VERSION_LIBRARY_REVISION 0
46
48
#define JAYLINK_VERSION_LIBRARY_AGE 2
49
51
#define JAYLINK_VERSION_LIBRARY_STRING "2:0:2"
52
53
#endif
/* LIBJAYLINK_VERSION_H */
Generated on Sat Apr 1 2023 08:55:45 for libjaylink by
1.8.10