Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 291161
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +19 lines)
Line  Link Here
0
-- src/Build/Version.h    1970-01-01 07:30:00.000000000 +0730
0
++ src/Build/Version.h        2010-11-21 23:48:33.255000147 +0800
Line 0 Link Here
1
2
/// Version Number
3
#define FCVersionMajor "0"
4
#define FCVersionMinor "99"
5
#define FCVersionName  "Dagoba"
6
7
#define FCRevision      "9999"      //Highest committed revision number
8
#define FCRevisionDate  "2010/06/04 23:45:29"     //Date of highest committed revision
9
#define FCRevisionRange "9999"    //Update revision range
10
#define FCRepositoryURL "https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk"      //Repository URL of the working copy
11
#define FCCurrentDateT  "2010/06/04 23:45:29"      //Current system date & time
12
13
//Placeholders of the form "$WCxxx?TrueText:FalseText$" are replaced with
14
//TrueText if the tested condition is true, and FalseText if false.
15
16
#define FCScrClean      "Src not modified"     //True if local modifications found
17
#define FCScrMixed      "Src not mixed"          //True if mixed update revisions found
18

Return to bug 291161