|
31 | 31 | // ========================================================================== |
32 | 32 | // Author: Manuel Holtgrewe <manuel.holtgrewe@fu-berlin.de> |
33 | 33 | // ========================================================================== |
34 | | -// Define SeqAn version. |
| 34 | +// Facade header for module ucsc_io. |
35 | 35 | // ========================================================================== |
36 | 36 |
|
| 37 | +#ifndef CORE_INCLUDE_SEQAN_UCSC_IO_H_ |
| 38 | +#define CORE_INCLUDE_SEQAN_UCSC_IO_H_ |
| 39 | + |
37 | 40 | #include <seqan/ucsc_io/ucsc_record.h> |
38 | 41 | #include <seqan/ucsc_io/ucsc_io.h> |
39 | 42 |
|
40 | | -#ifndef SEQAN_VERSION_H_ |
41 | | -#define SEQAN_VERSION_H_ |
42 | | - |
43 | | -/** |
44 | | -.Macro.SEQAN_VERSION_MAJOR |
45 | | -..cat:Versioning |
46 | | -..summary:Major SeqAn revision number. |
47 | | -..signature:SEQAN_VERSION_MAJOR |
48 | | -..example:For SeqAn version "1.3", this value is $1$, for "2.5.4", it is $2$. |
49 | | -..include:seqan/version.h |
50 | | -
|
51 | | -.Macro.SEQAN_VERSION_MINOR |
52 | | -..cat:Versioning |
53 | | -..summary:Minor SeqAn revision number. |
54 | | -..signature:SEQAN_VERSION_MINOR |
55 | | -..example:For SeqAn version "1.3", this value is $3$, for "1.5.4", it is $5$. |
56 | | -..include:seqan/version.h |
57 | | -
|
58 | | -.Macro.SEQAN_VERSION_PATCH |
59 | | -..cat:Versioning |
60 | | -..summary:SeqAn patch revision number. |
61 | | -..signature:SEQAN_VERSION_PATCH |
62 | | -..example:For SeqAn version "1.3", this value is $0$, for "1.3.4", it is $4$. |
63 | | -..include:seqan/version.h |
64 | | -
|
65 | | -.Macro.SEQAN_VERSION_PRE_RELEASE |
66 | | -..cat:Versioning |
67 | | -..summary:Flag ($0$/$1$) to indicate whether this is a pre-release (i.e. SVN version). |
68 | | -..signature:SEQAN_VERSION_PRE_RELEASE |
69 | | -..include:seqan/version.h |
70 | | -*/ |
71 | | - |
72 | | -#define SEQAN_VERSION_MAJOR 1 |
73 | | - |
74 | | -#define SEQAN_VERSION_MINOR 5 |
75 | | - |
76 | | -#define SEQAN_VERSION_PATCH 0 |
77 | | - |
78 | | -#define SEQAN_VERSION_PRE_RELEASE 1 |
| 43 | +#endif // CORE_INCLUDE_SEQAN_UCSC_IO_H_ |
79 | 44 |
|
80 | | -#endif // SEQAN_VERSION_H_ |
0 commit comments