libsigrokdecode  0.5.2
sigrok protocol decoding library
version.h
Go to the documentation of this file.
1 /* version.h. Generated from version.h.in by configure. */
2 /*
3  * This file is part of the libsigrokdecode project.
4  *
5  * Copyright (C) 2010 Uwe Hermann <uwe@hermann-uwe.de>
6  * Copyright (C) 2012 Bert Vermeulen <bert@biot.com>
7  *
8  * This program is free software: you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License as published by
10  * the Free Software Foundation, either version 3 of the License, or
11  * (at your option) any later version.
12  *
13  * This program is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16  * GNU General Public License for more details.
17  *
18  * You should have received a copy of the GNU General Public License
19  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20  */
21 
22 #ifndef LIBSIGROKDECODE_VERSION_H
23 #define LIBSIGROKDECODE_VERSION_H
24 
25 /**
26  * @file
27  *
28  * Version number definitions and macros.
29  */
30 
31 /**
32  * @ingroup grp_versions
33  *
34  * @{
35  */
36 
37 /*
38  * Package version macros (can be used for conditional compilation).
39  */
40 
41 /** The libsigrokdecode package 'major' version number. */
42 #define SRD_PACKAGE_VERSION_MAJOR 0
43 
44 /** The libsigrokdecode package 'minor' version number. */
45 #define SRD_PACKAGE_VERSION_MINOR 5
46 
47 /** The libsigrokdecode package 'micro' version number. */
48 #define SRD_PACKAGE_VERSION_MICRO 2
49 
50 /** The libsigrokdecode package version ("major.minor.micro") as string. */
51 #define SRD_PACKAGE_VERSION_STRING "0.5.2"
52 
53 /*
54  * Library/libtool version macros (can be used for conditional compilation).
55  */
56 
57 /** The libsigrokdecode libtool 'current' version number. */
58 #define SRD_LIB_VERSION_CURRENT 6
59 
60 /** The libsigrokdecode libtool 'revision' version number. */
61 #define SRD_LIB_VERSION_REVISION 0
62 
63 /** The libsigrokdecode libtool 'age' version number. */
64 #define SRD_LIB_VERSION_AGE 2
65 
66 /** The libsigrokdecode libtool version ("current:revision:age") as string. */
67 #define SRD_LIB_VERSION_STRING "6:0:2"
68 
69 /** @} */
70 
71 #endif