From 5918016cb1c6b20410e037b7b1fca6282bac89ed Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sun, 28 Jun 2015 16:17:55 -0700 Subject: [PATCH] Prep for RC1 --- framework/WireBoxAdapter.cfc | 2 +- framework/aop.cfc | 4 ++-- framework/beanProxy.cfc | 4 ++-- framework/ioc.cfc | 4 ++-- framework/one.cfc | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/framework/WireBoxAdapter.cfc b/framework/WireBoxAdapter.cfc index a4d95af8..d6e568da 100644 --- a/framework/WireBoxAdapter.cfc +++ b/framework/WireBoxAdapter.cfc @@ -1,5 +1,5 @@ component extends="wirebox.system.ioc.Injector" { - variables._fw1_version = "3.1-beta2"; + variables._fw1_version = "3.1-rc1"; /* Copyright (c) 2010-2015, Sean Corfield diff --git a/framework/aop.cfc b/framework/aop.cfc index a05a895f..f1a2a67f 100755 --- a/framework/aop.cfc +++ b/framework/aop.cfc @@ -1,6 +1,6 @@ component extends="framework.ioc" { - variables._fw1_version = "3.1-beta2"; - variables._aop1_version = "2.0-beta1"; + variables._fw1_version = "3.1-rc1"; + variables._aop1_version = "2.0-rc1"; /* Copyright (c) 2013-2015, Mark Drew, Sean Corfield, Daniel Budde diff --git a/framework/beanProxy.cfc b/framework/beanProxy.cfc index dab073ae..f025fdb9 100755 --- a/framework/beanProxy.cfc +++ b/framework/beanProxy.cfc @@ -1,6 +1,6 @@ component { - variables._fw1_version = "3.1-beta2"; - variables._aop1_version = "2.0-beta1"; + variables._fw1_version = "3.1-rc1"; + variables._aop1_version = "2.0-rc1"; /* Copyright (c) 2013-2015, Mark Drew, Sean Corfield, Daniel Budde diff --git a/framework/ioc.cfc b/framework/ioc.cfc index f80d33c4..9107c8f0 100644 --- a/framework/ioc.cfc +++ b/framework/ioc.cfc @@ -1,6 +1,6 @@ component { - variables._fw1_version = "3.1-beta2"; - variables._di1_version = "1.1-beta1"; + variables._fw1_version = "3.1-rc1"; + variables._di1_version = "1.1-rc1"; /* Copyright (c) 2010-2015, Sean Corfield diff --git a/framework/one.cfc b/framework/one.cfc index 4bee6e96..6b3f233a 100644 --- a/framework/one.cfc +++ b/framework/one.cfc @@ -1,5 +1,5 @@ component { - variables._fw1_version = "3.1-snapshot"; + variables._fw1_version = "3.1-rc1"; /* Copyright (c) 2009-2015, Sean Corfield, Marcin Szczepanski, Ryan Cogswell