OpenOCD
version.c
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 #include "libjaylink.h"
21 
36 {
38 }
39 
48 {
50 }
51 
60 {
62 }
63 
74 {
76 }
77 
87 {
89 }
90 
100 {
102 }
103 
112 {
114 }
115 
126 {
128 }
JAYLINK_API int jaylink_version_library_get_current(void)
Get the current version number of the libjaylink libtool interface.
Definition: version.c:86
#define JAYLINK_VERSION_PACKAGE_MINOR
Minor version number of the libjaylink package.
Definition: version.h:33
JAYLINK_API int jaylink_version_package_get_major(void)
Get the major version number of the libjaylink package.
Definition: version.c:35
JAYLINK_API const char * jaylink_version_library_get_string(void)
Get the version number string of the libjaylink libtool interface.
Definition: version.c:125
#define JAYLINK_VERSION_PACKAGE_MAJOR
Major version number of the libjaylink package.
Definition: version.h:30
#define JAYLINK_VERSION_LIBRARY_REVISION
Revision version number of the libjaylink libtool interface.
Definition: version.h:45
JAYLINK_API const char * jaylink_version_package_get_string(void)
Get the version number string of the libjaylink package.
Definition: version.c:73
JAYLINK_API int jaylink_version_package_get_micro(void)
Get the micro version number of the libjaylink package.
Definition: version.c:59
#define JAYLINK_VERSION_LIBRARY_STRING
Version number string of the libjaylink libtool interface.
Definition: version.h:51
#define JAYLINK_VERSION_LIBRARY_CURRENT
Current version number of the libjaylink libtool interface.
Definition: version.h:42
#define JAYLINK_VERSION_LIBRARY_AGE
Age version number of the libjaylink libtool interface.
Definition: version.h:48
#define JAYLINK_VERSION_PACKAGE_STRING
Version number string of the libjaylink package.
Definition: version.h:39
JAYLINK_API int jaylink_version_package_get_minor(void)
Get the minor version number of the libjaylink package.
Definition: version.c:47
JAYLINK_API int jaylink_version_library_get_age(void)
Get the age version number of the libjaylink libtool interface.
Definition: version.c:111
JAYLINK_API int jaylink_version_library_get_revision(void)
Get the revision version number of the libjaylink libtool interface.
Definition: version.c:99
#define JAYLINK_VERSION_PACKAGE_MICRO
Micro version number of the libjaylink package.
Definition: version.h:36