Skip to content

Commit

Permalink
Prep 4.0.0 Beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Jul 11, 2016
1 parent cb7b695 commit 71f2dd5
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion framework/Application.cfc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
component {
// Version: FW/1 4.0.0 snapshot
// Version: FW/1 4.0.0 Beta 1
// copy this to your application root to use as your Application.cfc
// or incorporate the logic below into your existing Application.cfc

Expand Down
2 changes: 1 addition & 1 deletion framework/MyApplication.cfc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
component extends="framework.one" {
// Version: FW/1 4.0.0 snapshot
// Version: FW/1 4.0.0 Beta 1

// if you need to provide extension points, copy this to
// your web root, next to your Application.cfc, and add
Expand Down
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-snapshot";
variables._fw1_version = "4.0.0-beta1";
/*
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-snapshot";
variables._aop1_version = "2.0.2-snapshot";
variables._fw1_version = "4.0.0-beta1";
variables._aop1_version = "2.0.2-beta1";
/*
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-snapshot";
variables._aop1_version = "2.0.2-snapshot";
variables._fw1_version = "4.0.0-beta1";
variables._aop1_version = "2.0.2-beta1";
/*
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-snapshot";
variables._cfmljure_version = "1.1.0-snapshot";
variables._fw1_version = "4.0.0-beta1";
variables._cfmljure_version = "1.1.0-beta1";
/*
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-snapshot";
variables._ioclj_version = "1.0.1-snapshot";
variables._fw1_version = "4.0.0-beta1";
variables._ioclj_version = "1.0.1-beta1";
/*
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-snapshot";
variables._fw1_version = "4.0.0-beta1";
/*
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-snapshot";
variables._di1_version = "1.2.0-snapshot";
variables._fw1_version = "4.0.0-beta1";
variables._di1_version = "1.2.0-beta1";
/*
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-snapshot";
variables._ioclj_version = "1.1.0-snapshot";
variables._fw1_version = "4.0.0-beta1";
variables._ioclj_version = "1.1.0-beta1";
/*
Copyright (c) 2015-2016, Sean Corfield
Expand Down
2 changes: 1 addition & 1 deletion framework/one.cfc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
component {
variables._fw1_version = "4.0.0-snapshot";
variables._fw1_version = "4.0.0-beta1";
/*
Copyright (c) 2009-2016, Sean Corfield, Marcin Szczepanski, Ryan Cogswell
Expand Down

0 comments on commit 71f2dd5

Please sign in to comment.