documentation

vlSDKVersion.h
Go to the documentation of this file.
1 // ========================================================================= //
2 // //
3 // Filename: vlSDKVersion.h //
4 // +-----+-----+--+--+--+--+ //
5 // Version: 1.0 ! ! ! ! ! ! ! //
6 // ! ! +--+--+--+--+ //
7 // Author: Fraunhofer-Institut fuer ! ! ! ! ! ! ! //
8 // Graphische Datenverarbeitung +-----+-----+--+--+--+--+ //
9 // (IGD) Abteilung A4: ! ! ! ! ! ! ! //
10 // Virtuelle und Erweiterte Realitaet ! ! +--+--+--+--+ //
11 // Fraunhoferstr. 5 ! ! ! ! ! ! ! //
12 // D-64283 Darmstadt, Germany +-----+-----+--+--+--+--+ //
13 // ! FFFFFF hh ! GGGG ! //
14 // Rights: Copyright (c) 2004 by IGD. ! FFFFFF hh ! GGGGGG ! //
15 // All rights reserved. ! FFF hh h GG ! //
16 // IGD provides this product ! FFFFF hhhhhh GG GG ! //
17 // without warranty of any kind ! FFFFF hhh!hhh GG GG ! //
18 // and shall not be liable for ! FFF hh ! hh GGGGGG ! //
19 // any damages caused by the use ! FFF hh ! hh GGGG ! //
20 // of this product. +-----------+-----------+ //
21 // //
22 // ========================================================================= //
23 // ----------------------------------------------------------------------- //
24 // //
25 // Creation Date : Tue Apr 12 11:06:00 2016 Martin Buchner //
26 // //
27 // ========================================================================= //
28 
41 #ifndef VL_SDK_VERSION_H
42 #define VL_SDK_VERSION_H
43 
45 #define VL_SDK_VERSION_MAJOR 20
46 
48 #define VL_SDK_VERSION_MINOR 1
49 
51 #define VL_SDK_VERSION_REVISION 1
52 
54 #define VL_SDK_VERSION_STRING "20.1.1"
55 
57 #define VL_SDK_VERSION_HASH_STRING "aeb2c7dfa741e0172b80dd20e9593c2141abf0d8"
58 
60 #define VL_SDK_VERSION_TIMESTAMP_STRING "2020-02-03 17:51:04"
61 
62 #endif