Changeset 229
- Timestamp:
- 07/29/06 19:01:19 (2 years ago)
- Location:
- fusebox5
- Files:
-
- 2 modified
-
fuseboxApplication.cfc (modified) (1 diff)
-
myFusebox.cfc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fusebox5/fuseboxApplication.cfc
r226 r229 93 93 hint="I am the myFusebox data structure." /> 94 94 95 <cfset var myVersion = "5.0.0 .RC.1" />95 <cfset var myVersion = "5.0.0" /> 96 96 97 97 <cfset variables.factory = createObject("component","fuseboxFactory").init() /> -
fusebox5/myFusebox.cfc
r220 r229 56 56 this.version.parser = "unknown"; 57 57 58 this.version.runtime = "5.0.0 .RC.1";58 this.version.runtime = "5.0.0"; 59 59 60 60 this.thisCircuit = "";
