Skip to content

Commit

Permalink
Version updates for 3.5.0 Gold Release
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Oct 21, 2015
1 parent 1a3dfc5 commit 3bf2e75
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 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 3.5.0 RC 2
// Version: FW/1 3.5.0
// 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 3.5.0 RC 2
// Version: FW/1 3.5.0

// 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 = "3.5.0-rc2";
variables._fw1_version = "3.5.0";
/*
Copyright (c) 2010-2015, 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 = "3.5.0-rc2";
variables._aop1_version = "2.0.1-rc2";
variables._fw1_version = "3.5.0";
variables._aop1_version = "2.0.1";
/*
Copyright (c) 2013-2015, 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 = "3.5.0-rc2";
variables._aop1_version = "2.0.1-rc2";
variables._fw1_version = "3.5.0";
variables._aop1_version = "2.0.1";
/*
Copyright (c) 2013-2015, 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 = "3.5.0-rc2";
variables._cfmljure_version = "1.0.0-rc2";
variables._fw1_version = "3.5.0";
variables._cfmljure_version = "1.0.0";
/*
Copyright (c) 2012-2015, 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 = "3.5.0-rc2";
variables._ioclj_version = "1.0.0-rc2";
variables._fw1_version = "3.5.0";
variables._ioclj_version = "1.0.0";
/*
Copyright (c) 2015, 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 = "3.5.0-rc2";
variables._di1_version = "1.1.1-rc2";
variables._fw1_version = "3.5.0-";
variables._di1_version = "1.1.1";
/*
Copyright (c) 2010-2015, 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 = "3.5.0-rc2";
variables._ioclj_version = "1.0.0-rc2";
variables._fw1_version = "3.5.0";
variables._ioclj_version = "1.0.0";
/*
Copyright (c) 2015, 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 = "3.5.0-snapshot";
variables._fw1_version = "3.5.0";
/*
Copyright (c) 2009-2015, Sean Corfield, Marcin Szczepanski, Ryan Cogswell
Expand Down

0 comments on commit 3bf2e75

Please sign in to comment.