diff --git a/framework/WireBoxAdapter.cfc b/framework/WireBoxAdapter.cfc index 05a3cc47..385c13a7 100644 --- a/framework/WireBoxAdapter.cfc +++ b/framework/WireBoxAdapter.cfc @@ -1,5 +1,5 @@ component extends="wirebox.system.ioc.Injector" { - variables._fw1_version = "4.0.0-beta2"; + variables._fw1_version = "4.0.0-rc1"; /* Copyright (c) 2010-2016, Sean Corfield diff --git a/framework/aop.cfc b/framework/aop.cfc index f9d486de..147ca491 100755 --- a/framework/aop.cfc +++ b/framework/aop.cfc @@ -1,6 +1,6 @@ component extends="framework.ioc" { - variables._fw1_version = "4.0.0-beta2"; - variables._aop1_version = "2.0.2-beta2"; + variables._fw1_version = "4.0.0-rc1"; + variables._aop1_version = "2.0.2-rc1"; /* Copyright (c) 2013-2016, Mark Drew, Sean Corfield, Daniel Budde diff --git a/framework/beanProxy.cfc b/framework/beanProxy.cfc index 77119806..037bd395 100755 --- a/framework/beanProxy.cfc +++ b/framework/beanProxy.cfc @@ -1,6 +1,6 @@ component { - variables._fw1_version = "4.0.0-beta2"; - variables._aop1_version = "2.0.2-beta2"; + variables._fw1_version = "4.0.0-rc1"; + variables._aop1_version = "2.0.2-rc1"; /* Copyright (c) 2013-2016, Mark Drew, Sean Corfield, Daniel Budde diff --git a/framework/cfmljure.cfc b/framework/cfmljure.cfc index 5a58fb50..00a99eea 100644 --- a/framework/cfmljure.cfc +++ b/framework/cfmljure.cfc @@ -1,6 +1,6 @@ component { - variables._fw1_version = "4.0.0-beta2"; - variables._cfmljure_version = "1.1.0-beta2"; + variables._fw1_version = "4.0.0-rc1"; + variables._cfmljure_version = "1.1.0-rc1"; /* Copyright (c) 2012-2016, Sean Corfield diff --git a/framework/cljcontroller.cfc b/framework/cljcontroller.cfc index 5c912186..d63e8c33 100644 --- a/framework/cljcontroller.cfc +++ b/framework/cljcontroller.cfc @@ -1,6 +1,6 @@ component { - variables._fw1_version = "4.0.0-beta2"; - variables._ioclj_version = "1.0.1-beta2"; + variables._fw1_version = "4.0.0-rc1"; + variables._ioclj_version = "1.0.1-rc1"; /* Copyright (c) 2015-2016, Sean Corfield diff --git a/framework/facade.cfc b/framework/facade.cfc index 05bcc298..ba4d33c7 100644 --- a/framework/facade.cfc +++ b/framework/facade.cfc @@ -1,5 +1,5 @@ component { - variables._fw1_version = "4.0.0-beta2"; + variables._fw1_version = "4.0.0-rc1"; /* Copyright (c) 2016, Sean Corfield diff --git a/framework/ioc.cfc b/framework/ioc.cfc index e2192dec..d008f789 100644 --- a/framework/ioc.cfc +++ b/framework/ioc.cfc @@ -1,6 +1,6 @@ component { - variables._fw1_version = "4.0.0-beta2"; - variables._di1_version = "1.2.0-beta2"; + variables._fw1_version = "4.0.0-rc1"; + variables._di1_version = "1.2.0-rc1"; /* Copyright (c) 2010-2016, Sean Corfield diff --git a/framework/ioclj.cfc b/framework/ioclj.cfc index 2f62746a..d33e58f6 100644 --- a/framework/ioclj.cfc +++ b/framework/ioclj.cfc @@ -1,6 +1,6 @@ component extends=framework.ioc { - variables._fw1_version = "4.0.0-beta2"; - variables._ioclj_version = "1.1.0-beta2"; + variables._fw1_version = "4.0.0-rc1"; + variables._ioclj_version = "1.1.0-rc1"; /* Copyright (c) 2015-2016, Sean Corfield diff --git a/introduction/views/main/default.cfm b/introduction/views/main/default.cfm index 093ac542..9cc61209 100644 --- a/introduction/views/main/default.cfm +++ b/introduction/views/main/default.cfm @@ -1,9 +1,9 @@

Welcome to Framework One!

#view('about/default')#

Documentation

-

The documentation for FW/1 can be found on its github wiki page. - The latest news about FW/1 can always be found on its RIAForge project page - which also has links to the mailing list and - blog.

+

Read the documentation for FW/1. + The latest news can always be found on the FW/1 blog + which also has links to the FW/1 mailing list + and other avenues for community support.

Examples

#view('main/examples')#