Changeset 270

Show
Ignore:
Timestamp:
12/13/06 23:42:34 (2 years ago)
Author:
scorfield
Message:

Update point version after fixing #139.

Location:
framework/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • framework/trunk/fuseboxApplication.cfc

    r266 r270  
    9393                                        hint="I am the myFusebox data structure." /> 
    9494                 
    95                 <!--- fixed ticket 139 ---> 
     95                <!--- fixed ticket 139 again ---> 
    9696                <cfset var myVersion = "5.0.1.#REReplace('$LastChangedRevision$','[^0-9]','','all')#" /> 
    9797 
  • framework/trunk/myFusebox.cfc

    r266 r270  
    5151<cfcomponent hint="I provide the per-request myFusebox data structure and some convenience methods."> 
    5252        <cfscript> 
    53         // fixed ticket 139 
     53        // fixed ticket 139 again 
    5454        this.version.runtime     = "5.0.1.#REReplace('$LastChangedRevision$','[^0-9]','','all')#"; 
    5555