From 20c093246974f2cdd0af4e2049a77ec912670360 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sat, 1 Jul 2017 19:42:21 -0700 Subject: [PATCH] FW/1 4.1.0 release version --- framework/Application.cfc | 2 +- framework/MyApplication.cfc | 2 +- framework/WireBoxAdapter.cfc | 2 +- framework/aop.cfc | 4 ++-- framework/beanProxy.cfc | 4 ++-- framework/facade.cfc | 2 +- framework/ioc.cfc | 4 ++-- framework/methodProxy.cfc | 2 +- framework/one.cfc | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/framework/Application.cfc b/framework/Application.cfc index d381eb5a..566286e8 100644 --- a/framework/Application.cfc +++ b/framework/Application.cfc @@ -1,5 +1,5 @@ component { - // Version: FW/1 4.1.0-rc2 + // Version: FW/1 4.1.0 // copy this to your application root to use as your Application.cfc // or incorporate the logic below into your existing Application.cfc diff --git a/framework/MyApplication.cfc b/framework/MyApplication.cfc index 9b45c55f..67302e1b 100644 --- a/framework/MyApplication.cfc +++ b/framework/MyApplication.cfc @@ -1,5 +1,5 @@ component extends="framework.one" { - // Version: FW/1 4.1.0-rc2 + // Version: FW/1 4.1.0 // if you need to provide extension points, copy this to // your web root, next to your Application.cfc, and add diff --git a/framework/WireBoxAdapter.cfc b/framework/WireBoxAdapter.cfc index 91e76fb8..3b06414a 100644 --- a/framework/WireBoxAdapter.cfc +++ b/framework/WireBoxAdapter.cfc @@ -1,5 +1,5 @@ component extends="wirebox.system.ioc.Injector" { - variables._fw1_version = "4.1.0-rc2"; + variables._fw1_version = "4.1.0"; /* Copyright (c) 2010-2017, Sean Corfield diff --git a/framework/aop.cfc b/framework/aop.cfc index 65540bbe..c02be2bc 100644 --- a/framework/aop.cfc +++ b/framework/aop.cfc @@ -1,6 +1,6 @@ component extends="framework.ioc" { - variables._fw1_version = "4.1.0-rc2"; - variables._aop1_version = "2.0.3-rc2"; + variables._fw1_version = "4.1.0"; + variables._aop1_version = "2.0.3"; /* Copyright (c) 2013-2017, Mark Drew, Sean Corfield, Daniel Budde diff --git a/framework/beanProxy.cfc b/framework/beanProxy.cfc index 83c53eeb..ae13da45 100644 --- a/framework/beanProxy.cfc +++ b/framework/beanProxy.cfc @@ -1,6 +1,6 @@ component { - variables._fw1_version = "4.1.0-rc2"; - variables._aop1_version = "2.0.3-rc2"; + variables._fw1_version = "4.1.0"; + variables._aop1_version = "2.0.3"; /* Copyright (c) 2013-2017, Mark Drew, Sean Corfield, Daniel Budde diff --git a/framework/facade.cfc b/framework/facade.cfc index 76faf7e0..3b8fb932 100644 --- a/framework/facade.cfc +++ b/framework/facade.cfc @@ -1,5 +1,5 @@ component { - variables._fw1_version = "4.1.0-rc2"; + variables._fw1_version = "4.1.0"; /* Copyright (c) 2016-2017, Sean Corfield diff --git a/framework/ioc.cfc b/framework/ioc.cfc index dc673fc0..e25d3cf6 100644 --- a/framework/ioc.cfc +++ b/framework/ioc.cfc @@ -1,6 +1,6 @@ component { - variables._fw1_version = "4.1.0-rc2"; - variables._di1_version = "1.3.0-rc2"; + variables._fw1_version = "4.1.0"; + variables._di1_version = "1.3.0"; /* Copyright (c) 2010-2017, Sean Corfield diff --git a/framework/methodProxy.cfc b/framework/methodProxy.cfc index c7aad3d9..2cd50e14 100644 --- a/framework/methodProxy.cfc +++ b/framework/methodProxy.cfc @@ -1,5 +1,5 @@ component { - variables._fw1_version = "4.1.0-rc2"; + variables._fw1_version = "4.1.0"; /* Copyright (c) 2017, Sean Corfield diff --git a/framework/one.cfc b/framework/one.cfc index 1f15e876..222fdd27 100644 --- a/framework/one.cfc +++ b/framework/one.cfc @@ -1,5 +1,5 @@ component { - variables._fw1_version = "4.1.0-rc2"; + variables._fw1_version = "4.1.0"; /* Copyright (c) 2009-2017, Sean Corfield, Marcin Szczepanski, Ryan Cogswell