From: wmorgan Date: Tue, 24 Jul 2007 23:59:14 +0000 (+0000) Subject: set version to svn X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=b9082f778b66d5c14d2526ced2ec56176f211033;p=sup set version to svn git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@505 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- diff --git a/lib/sup.rb b/lib/sup.rb index 953aa5d..2eb2998 100644 --- a/lib/sup.rb +++ b/lib/sup.rb @@ -31,7 +31,7 @@ class Module end module Redwood - VERSION = "0.0.8" + VERSION = "svn" BASE_DIR = ENV["SUP_BASE"] || File.join(ENV["HOME"], ".sup") CONFIG_FN = File.join(BASE_DIR, "config.yaml")