From 211e99c90c5c2510e014c48ec6562f3ad9ebf882 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Wed, 12 May 2010 10:02:03 -0700 Subject: [PATCH] Every stable release is fine. no need to qualify it. --- lib/compass/version.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/compass/version.rb b/lib/compass/version.rb index 1edc400c..cd0c33db 100644 --- a/lib/compass/version.rb +++ b/lib/compass/version.rb @@ -26,9 +26,6 @@ module Compass @version[:teeny] = @version[:patch] @version[:string] = "#{@version[:major]}.#{@version[:minor]}.#{@version[:patch]}" @version[:string] << ".#{@version[:build]}" if @version[:build] - if !ENV['OFFICIAL'] && r = revision - @version[:string] << ".dev.#{r[0..6]}" - end @version end