Skip to content

Commit

Permalink
Update version to 1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Corfield committed Jun 11, 2010
1 parent 0543463 commit 1880fe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions org/corfield/framework.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,7 @@
if ( not structKeyExists(variables.framework, 'applicationKey') ) {
variables.framework.applicationKey = 'org.corfield.framework';
}
variables.framework.version = '1.1RC2';
variables.framework.version = '1.1';
}

function setupRequestDefaults() { // "private"
Expand Down Expand Up @@ -1470,4 +1470,4 @@

</cffunction>

</cfsilent></cfcomponent>
</cfsilent></cfcomponent>

0 comments on commit 1880fe0

Please sign in to comment.