11 lines
383 B
C
11 lines
383 B
C
|
|
// Version Number
|
|
#define FCVersionMajor "0"
|
|
#define FCVersionMinor "13"
|
|
#define FCVersionName "Vulcan"
|
|
// test: $Format:Hash (%H), Date: %ci$
|
|
#define FCRevision "$WCREV$" //Highest committed revision number
|
|
#define FCRevisionDate "$WCDATE$" //Date of highest committed revision
|
|
#define FCRepositoryURL "$WCURL$" //Repository URL of the working copy
|
|
|