Subversion Repositories Vertical

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
11 mjames 1
/* Version file for VERTICAL */
2
#define VERTICAL_VERSION_NUMBER @metal_VERSION_MAJOR@.@metal_VERSION_MINOR@
3
#define VERTICAL_VERSION_NUMBER_STRING "@metal_VERSION_MAJOR@.@metal_VERSION_MINOR@"
4
 
5
#define RELDATE __DATE__
6
 
7
 
8
#define VERTICAL_VERSION VERTICAL_VERSION_NUMBER_STRING RELDATE
9
 
10
#define TOOL_NAME "metal"
11
 
12
/* single binary */
13
extern char * Vertical_Version;
14
extern char * Vertical_Time;
15
 
16
 
17
extern void InitialiseVersionStrings(); 
18
 
19
/* The entry point for a routine that lists out all of the
20
   module versions in use in vertical */
21
 
22
extern void list_versions(FILE * f);
23