Skip to content

Commit

Permalink
Make RC2 the Gold release 2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Jan 6, 2013
1 parent d167e26 commit c7a00b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
This FW/1 directory is a complete web application and expects to live in its own webroot
if you plan to run the applications within it. To use FW/1 in a separate webroot you can
either copy the org directory to that webroot or add a mapping for /org/corfield to the
corfield folder inside the org directory (or a /org mapping to the org directory directly).
This FW/1 directory is a complete web application and expects to live in its own
webroot if you plan to run the applications within it. To use FW/1 in a separate
webroot you can either copy the org directory to that webroot or add a mapping
for /org/corfield to the corfield folder inside the org directory (or a /org
mapping to the org directory directly).

Project home: http://fw1.riaforge.org

Documentation wiki: http://github.com/seancorfield/fw1/wiki

Blog: http://corfield.org/blog/archives.cfm/category/fw1

Support: http://groups.google.com/group/framework-one/
Support: http://groups.google.com/group/framework-one/
2 changes: 1 addition & 1 deletion org/corfield/framework.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -1883,7 +1883,7 @@ component {
if ( !structKeyExists( variables.framework, 'trace' ) ) {
variables.framework.trace = false;
}
variables.framework.version = '2.1RC2';
variables.framework.version = '2.1';
setupFrameworkEnvironments();
}

Expand Down

0 comments on commit c7a00b5

Please sign in to comment.