git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1144 c06c8d41-db1a-0410-9941-cceddc491573
2CFEB5IYY6DZE2TUSVV644FDCXX4PDWMTB2R2TUAD3FG5SPBATEQC
Q7LOC5X3KKWAKBC6OSHD4ED7EQEMCOPGYYZ43CVABFJXAZCDZO3AC
SVN_BRANCH = 'branches/stone_soup-0.1.5'
SVN_BRANCH = 'branches/stone_soup-0.2'
if line =~ /VERSION\s+"(\d\.\d(?:\.\d)?)/
if line =~ /VER_NUM\s+"(\d\.\d(?:\.\d)?)/
if line =~ /-svn/ raise "Version number is #$1-svn! Remove the -svn suffix."
if line =~ /-svn/
raise "Version number is #$1-svn! Remove the -svn suffix."
end if line =~ /VER_QUAL\s+"(.*)"/ if $1 =~ /-svn/ raise "Version number has -svn suffix! Remove it to proceed"
end
if line =~ /VER_QUAL\s+"(.*)"/
if $1 =~ /-svn/
raise "Version number has -svn suffix! Remove it to proceed"
break