Skip to content

Commit

Permalink
Prep for 4.0.0 RC 1
Browse files Browse the repository at this point in the history
Also update example app home page links to documentation and blog.
  • Loading branch information
seancorfield committed Jul 26, 2016
1 parent 77481c1 commit 759f633
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion framework/WireBoxAdapter.cfc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions framework/aop.cfc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions framework/beanProxy.cfc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions framework/cfmljure.cfc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions framework/cljcontroller.cfc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion framework/facade.cfc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
component {
variables._fw1_version = "4.0.0-beta2";
variables._fw1_version = "4.0.0-rc1";
/*
Copyright (c) 2016, Sean Corfield
Expand Down
4 changes: 2 additions & 2 deletions framework/ioc.cfc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions framework/ioclj.cfc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions introduction/views/main/default.cfm
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<h1>Welcome to Framework One!</h1>
<cfoutput>#view('about/default')#</cfoutput>
<h2>Documentation</h2>
<p>The documentation for FW/1 can be found on its <a href="http://github.com/framework-one/fw1/wiki">github wiki page</a>.
The latest news about FW/1 can always be found on its <a href="http://fw1.riaforge.org/">RIAForge project page</a>
which also has links to the <a href="http://groups.google.com/group/framework-one/">mailing list</a> and
<a href="http://framework-one.github.io">blog</a>.</p>
<p>Read the <a href="http://framework-one.github.io/documentation/">documentation for FW/1</a>.
The latest news can always be found on the <a href="http://framework-one.github.io/">FW/1 blog</a>
which also has links to the <a href="http://groups.google.com/group/framework-one/">FW/1 mailing list</a>
and other avenues for community support.</p>
<h2>Examples</h2>
<cfoutput>#view('main/examples')#</cfoutput>

0 comments on commit 759f633

Please sign in to comment.