commit 5ccd5dcb324aaed84e2775729f953384f780d43c
parent 7087ee34dc6e6c12198e500a61150350f9e17d70
Author: William Morgan <wmorgan-sup@masanjin.net>
Date: Fri, 25 Apr 2008 09:36:42 -0700
i suck. move BIN_VERSION and LIB_VERSION back to "git"
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/sup b/bin/sup
@@ -7,7 +7,7 @@ require 'fileutils'
require 'trollop'
require "sup"
-BIN_VERSION = "0.5"
+BIN_VERSION = "git"
unless Redwood::VERSION == BIN_VERSION
$stderr.puts <<EOS
diff --git a/lib/sup.rb b/lib/sup.rb
@@ -33,7 +33,7 @@ class Module
end
module Redwood
- VERSION = "0.5"
+ VERSION = "git"
BASE_DIR = ENV["SUP_BASE"] || File.join(ENV["HOME"], ".sup")
CONFIG_FN = File.join(BASE_DIR, "config.yaml")