11 lines
345 B
C
11 lines
345 B
C
|
|
// Version Number
|
|
#define FCVersionMajor "0"
|
|
#define FCVersionMinor "13"
|
|
#define FCVersionName "Vulcan"
|
|
|
|
#define FCRevision "$WCREV$" //Highest committed revision number
|
|
#define FCRevisionDate "$WCDATE$" //Date of highest committed revision
|
|
#define FCRepositoryURL "$WCURL$" //Repository URL of the working copy
|
|
|