libxcks  0.1.0.1
verdefs.hpp
Go to the documentation of this file.
1 /*
2  * libxcks
3  * Copyright (C) 2022 Julien Couot
4  *
5  * This program is free software: you can redistribute it and/or modify it
6  * under the terms of the GNU Lesser General Public License as published by
7  * the Free Software Foundation, either version 3 of the License, or (at your
8  * option) any later version.
9  *
10  * This program is distributed in the hope that it will be useful, but
11  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12  * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
13  * License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public License
16  * along with this program. If not, see <https://www.gnu.org/licenses/>.
17  */
18 
25 #ifndef INC_VERDEFS_HPP_21E310B9_4064_403B_88DD_4A9194A2B6F4
26 #define INC_VERDEFS_HPP_21E310B9_4064_403B_88DD_4A9194A2B6F4
27 
28 //---------------------------------------------------------------------------
29 //---------------------------------------------------------------------------
30 
31 
32 #if defined(__cplusplus)
33 namespace xcks
34 {
35 #endif
37 #define LIBXCKS_MAJOR_VER 0
38 
40 #define LIBXCKS_MINOR_VER 1
41 
43 #define LIBXCKS_REVISION_VER 0
44 
46 #define LIBXCKS_BUILD 1
47 
49 #define LIBXCKS_SPECIAL_VER "rc"
50 
52 #define LIBXCKS_STR_VER "0.1.0.1 (rc)"
53 
55 #define LIBXCKS_NAME "libxcks"
56 
58 #define LIBXCKS_AUTHOR "libxcks' development team"
59 
61 #define LIBXCKS_DEV_DATES "2022"
62 //---------------------------------------------------------------------------
63 
64 #if defined(__cplusplus)
65 } // namespace libxcks
66 #endif
67 //---------------------------------------------------------------------------
68 
69 #endif // INC_VERDEFS_HPP_21E310B9_4064_403B_88DD_4A9194A2B6F4