Fixmath  1.4
fixmath_ver.h
Go to the documentation of this file.
1 /* Copyright (C) 2005-2011, Axis Communications AB, LUND, SWEDEN
2  *
3  * This file is part of Fixmath.
4  *
5  * Fixmath is free software: you can redistribute it and/or modify
6  * it under the terms of the GNU Lesser General Public License as published
7  * by the Free Software Foundation, either version 3 of the License, or
8  * (at your option) any later version.
9  * You can use the comments under either the terms of the GNU Lesser General
10  * Public License version 3 as published by the Free Software Foundation,
11  * either version 3 of the License or (at your option) any later version, or
12  * the GNU Free Documentation License version 1.3 or any later version
13  * published by the Free Software Foundation; with no Invariant Sections, no
14  * Front-Cover Texts, and no Back-Cover Texts.
15  * A copy of the license is included in the documentation section entitled
16  * "GNU Free Documentation License".
17  *
18  * Fixmath is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21  * GNU Lesser General Public License for more details.
22  *
23  * You should have received a copy of the GNU Lesser General Public
24  * License and a copy of the GNU Free Documentation License along
25  * with Fixmath. If not, see <http://www.gnu.org/licenses/>.
26  */
27 
33 #ifndef FX_VERSION_H
34 #define FX_VERSION_H
35 
36 #include "fixmath_export.h"
37 
38 #ifdef __cplusplus
39 extern "C" {
40 #endif
41 
42 
43 /*
44  * -------------------------------------------------------------
45  * Constants
46  * -------------------------------------------------------------
47  */
48 
52 #define FX_VERSION 1
53 
57 #define FX_MINOR 4
58 
59 
60 /*
61  * -------------------------------------------------------------
62  * Global variables
63  * -------------------------------------------------------------
64  */
65 
69 extern const FX_EXPORT unsigned int fx_version;
70 
74 extern const FX_EXPORT unsigned int fx_minor;
75 
76 #ifdef __cplusplus
77 };
78 #endif
79 
80 #endif /* FX_VERSION_H */
81 
const unsigned int fx_version
const unsigned int fx_minor