Ray posted about this on his blog but just hit this problem myself so thought I’d post up the revised code block.

<cfif not server.coldfusion.productversion gte 6.1>       <cfset throw("Blog must be run under ColdFusion MX 6.1 or higher.")>    </cfif>