Changeset 229

Show
Ignore:
Timestamp:
07/29/06 19:01:19 (2 years ago)
Author:
scorfield
Message:

Addresses #93 by setting the version to 5.0.0.

Location:
fusebox5
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • fusebox5/fuseboxApplication.cfc

    r226 r229  
    9393                                        hint="I am the myFusebox data structure." /> 
    9494                 
    95                 <cfset var myVersion = "5.0.0.RC.1" /> 
     95                <cfset var myVersion = "5.0.0" /> 
    9696 
    9797                <cfset variables.factory = createObject("component","fuseboxFactory").init() /> 
  • fusebox5/myFusebox.cfc

    r220 r229  
    5656        this.version.parser      = "unknown"; 
    5757           
    58         this.version.runtime     = "5.0.0.RC.1"; 
     58        this.version.runtime     = "5.0.0"; 
    5959           
    6060        this.thisCircuit = "";