The Fib multimedia system
Fib is a system for storing multimedia data (like images or films).
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
version.h
Go to the documentation of this file.
1 /**
2  * file name: version.h
3  * @author Betti Oesterholz
4  * @date 09.08.2010
5  * @mail webmaster@BioKom.info
6  *
7  * System: C++
8  *
9  * This file contains switches for the different fib -versions.
10  * Copyright (C) @c GPL3 2010 Betti Oesterholz
11  *
12  * This program is free software: you can redistribute it and/or modify
13  * it under the terms of the GNU General Public License as published by
14  * the Free Software Foundation, either version 3 of the License, or
15  * any later version.
16  *
17  * This program is distributed in the hope that it will be useful,
18  * but WITHOUT ANY WARRANTY; without even the implied warranty of
19  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20  * GNU General Public License for more details.
21  *
22  * You should have received a copy of the GNU General Public License
23  * along with this program. If not, see <http://www.gnu.org/licenses/>.
24  *
25  *
26  * This includes descriptions of declarations for versioned
27  * programming switches.
28  *
29  */
30 /*
31 History:
32 09.08.2010 Oesterholz created
33 */
34 
35 //debugging information; define DEBUG to activate them
36 //#define DEBUG
37 #include "debugOut.inc"
38 
39 
40 #include "./fib/version.h"
41 #include "./enviroment/version.h"
45 
46 
47 
48 /**
49  * This flag is for code, which is still to implement fully.
50  */
51 #define TODO
52 
53 
54 
55 
56 
57 
58