File: version.h

package info (click to toggle)
segemehl 0.3.4-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,024 kB
  • sloc: ansic: 35,270; makefile: 43; sh: 37
file content (34 lines) | stat: -rw-r--r-- 294 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34


/*

 *

 *	version.h

 *  

 * 

 *  @author Steve Hoffmann, steve@bioinf.uni-leipzig.de

 *  @company Bioinformatics, University of Leipzig 

 *  @date 07.08.2017 19:32:04 CEST  

 *

 */





#define VERSION "0.3.4"

#define REVISION "ge5dee47"

#define TIME "2018-12-25 20:39:07 +0100"