Changeset 260
- Timestamp:
- 11/04/06 17:46:25 (2 years ago)
- Location:
- framework/trunk
- Files:
-
- 2 modified
-
fuseboxApplication.cfc (modified) (1 diff, 1 prop)
-
myFusebox.cfc (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
framework/trunk/fuseboxApplication.cfc
- Property svn:keywords set to LastChangedRevision
r259 r260 93 93 hint="I am the myFusebox data structure." /> 94 94 95 <cfset var myVersion = "5.0.1.#REReplace('$ Rev$','\$.* \([0-9]+\) \$','\1')#" />95 <cfset var myVersion = "5.0.1.#REReplace('$LastChangedRevision$','\$.* \([0-9]+\) \$','\1')#" /> 96 96 97 97 <cfset variables.factory = createObject("component","fuseboxFactory").init() /> -
framework/trunk/myFusebox.cfc
- Property svn:keywords set to LastChangedRevision
r259 r260 56 56 this.version.parser = "unknown"; 57 57 58 this.version.runtime = "5.0.1.#REReplace('$ Rev$','\$.* \([0-9]+\) \$','\1')#";58 this.version.runtime = "5.0.1.#REReplace('$LastChangedRevision$','\$.* \([0-9]+\) \$','\1')#"; 59 59 60 60 this.thisCircuit = "";
