Subversion Repositories Vertical

Rev

Blame | Last modification | View Log | Download | RSS feed

/* Version file for VERTICAL */
#define VERTICAL_VERSION_NUMBER @metal_VERSION_MAJOR@.@metal_VERSION_MINOR@
#define VERTICAL_VERSION_NUMBER_STRING "@metal_VERSION_MAJOR@.@metal_VERSION_MINOR@"

#define RELDATE __DATE__


#define VERTICAL_VERSION VERTICAL_VERSION_NUMBER_STRING RELDATE

#define TOOL_NAME "metal"

/* single binary */
extern char * Vertical_Version;
extern char * Vertical_Time;


extern void InitialiseVersionStrings(); 

/* The entry point for a routine that lists out all of the
   module versions in use in vertical */

extern void list_versions(FILE * f);