Skip to content

Commit 759f633

Browse files
committed
Prep for 4.0.0 RC 1
Also update example app home page links to documentation and blog.
1 parent 77481c1 commit 759f633

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

framework/WireBoxAdapter.cfc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
component extends="wirebox.system.ioc.Injector" {
2-
variables._fw1_version = "4.0.0-beta2";
2+
variables._fw1_version = "4.0.0-rc1";
33
/*
44
Copyright (c) 2010-2016, Sean Corfield
55

framework/aop.cfc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
component extends="framework.ioc" {
2-
variables._fw1_version = "4.0.0-beta2";
3-
variables._aop1_version = "2.0.2-beta2";
2+
variables._fw1_version = "4.0.0-rc1";
3+
variables._aop1_version = "2.0.2-rc1";
44
/*
55
Copyright (c) 2013-2016, Mark Drew, Sean Corfield, Daniel Budde
66

framework/beanProxy.cfc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
component {
2-
variables._fw1_version = "4.0.0-beta2";
3-
variables._aop1_version = "2.0.2-beta2";
2+
variables._fw1_version = "4.0.0-rc1";
3+
variables._aop1_version = "2.0.2-rc1";
44
/*
55
Copyright (c) 2013-2016, Mark Drew, Sean Corfield, Daniel Budde
66

framework/cfmljure.cfc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
component {
2-
variables._fw1_version = "4.0.0-beta2";
3-
variables._cfmljure_version = "1.1.0-beta2";
2+
variables._fw1_version = "4.0.0-rc1";
3+
variables._cfmljure_version = "1.1.0-rc1";
44
/*
55
Copyright (c) 2012-2016, Sean Corfield
66

framework/cljcontroller.cfc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
component {
2-
variables._fw1_version = "4.0.0-beta2";
3-
variables._ioclj_version = "1.0.1-beta2";
2+
variables._fw1_version = "4.0.0-rc1";
3+
variables._ioclj_version = "1.0.1-rc1";
44
/*
55
Copyright (c) 2015-2016, Sean Corfield
66

framework/facade.cfc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
component {
2-
variables._fw1_version = "4.0.0-beta2";
2+
variables._fw1_version = "4.0.0-rc1";
33
/*
44
Copyright (c) 2016, Sean Corfield
55

framework/ioc.cfc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
component {
2-
variables._fw1_version = "4.0.0-beta2";
3-
variables._di1_version = "1.2.0-beta2";
2+
variables._fw1_version = "4.0.0-rc1";
3+
variables._di1_version = "1.2.0-rc1";
44
/*
55
Copyright (c) 2010-2016, Sean Corfield
66

framework/ioclj.cfc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
component extends=framework.ioc {
2-
variables._fw1_version = "4.0.0-beta2";
3-
variables._ioclj_version = "1.1.0-beta2";
2+
variables._fw1_version = "4.0.0-rc1";
3+
variables._ioclj_version = "1.1.0-rc1";
44
/*
55
Copyright (c) 2015-2016, Sean Corfield
66

introduction/views/main/default.cfm

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<h1>Welcome to Framework One!</h1>
22
<cfoutput>#view('about/default')#</cfoutput>
33
<h2>Documentation</h2>
4-
<p>The documentation for FW/1 can be found on its <a href="http://github.com/framework-one/fw1/wiki">github wiki page</a>.
5-
The latest news about FW/1 can always be found on its <a href="http://fw1.riaforge.org/">RIAForge project page</a>
6-
which also has links to the <a href="http://groups.google.com/group/framework-one/">mailing list</a> and
7-
<a href="http://framework-one.github.io">blog</a>.</p>
4+
<p>Read the <a href="http://framework-one.github.io/documentation/">documentation for FW/1</a>.
5+
The latest news can always be found on the <a href="http://framework-one.github.io/">FW/1 blog</a>
6+
which also has links to the <a href="http://groups.google.com/group/framework-one/">FW/1 mailing list</a>
7+
and other avenues for community support.</p>
88
<h2>Examples</h2>
99
<cfoutput>#view('main/examples')#</cfoutput>

0 commit comments

Comments
 (0)