Skip to content

Commit 71f2dd5

Browse files
committed
Prep 4.0.0 Beta 1
1 parent cb7b695 commit 71f2dd5

11 files changed

+17
-17
lines changed

framework/Application.cfc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
component {
2-
// Version: FW/1 4.0.0 snapshot
2+
// Version: FW/1 4.0.0 Beta 1
33
// copy this to your application root to use as your Application.cfc
44
// or incorporate the logic below into your existing Application.cfc
55

framework/MyApplication.cfc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
component extends="framework.one" {
2-
// Version: FW/1 4.0.0 snapshot
2+
// Version: FW/1 4.0.0 Beta 1
33

44
// if you need to provide extension points, copy this to
55
// your web root, next to your Application.cfc, and add

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-snapshot";
2+
variables._fw1_version = "4.0.0-beta1";
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-snapshot";
3-
variables._aop1_version = "2.0.2-snapshot";
2+
variables._fw1_version = "4.0.0-beta1";
3+
variables._aop1_version = "2.0.2-beta1";
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-snapshot";
3-
variables._aop1_version = "2.0.2-snapshot";
2+
variables._fw1_version = "4.0.0-beta1";
3+
variables._aop1_version = "2.0.2-beta1";
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-snapshot";
3-
variables._cfmljure_version = "1.1.0-snapshot";
2+
variables._fw1_version = "4.0.0-beta1";
3+
variables._cfmljure_version = "1.1.0-beta1";
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-snapshot";
3-
variables._ioclj_version = "1.0.1-snapshot";
2+
variables._fw1_version = "4.0.0-beta1";
3+
variables._ioclj_version = "1.0.1-beta1";
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-snapshot";
2+
variables._fw1_version = "4.0.0-beta1";
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-snapshot";
3-
variables._di1_version = "1.2.0-snapshot";
2+
variables._fw1_version = "4.0.0-beta1";
3+
variables._di1_version = "1.2.0-beta1";
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-snapshot";
3-
variables._ioclj_version = "1.1.0-snapshot";
2+
variables._fw1_version = "4.0.0-beta1";
3+
variables._ioclj_version = "1.1.0-beta1";
44
/*
55
Copyright (c) 2015-2016, Sean Corfield
66

framework/one.cfc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
component {
2-
variables._fw1_version = "4.0.0-snapshot";
2+
variables._fw1_version = "4.0.0-beta1";
33
/*
44
Copyright (c) 2009-2016, Sean Corfield, Marcin Szczepanski, Ryan Cogswell
55

0 commit comments

Comments
 (0)