]> git.cworth.org Git - sup/commitdiff
i suck. move BIN_VERSION and LIB_VERSION back to "git"
authorWilliam Morgan <wmorgan-sup@masanjin.net>
Fri, 25 Apr 2008 16:36:42 +0000 (09:36 -0700)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Fri, 25 Apr 2008 16:40:41 +0000 (09:40 -0700)
bin/sup
lib/sup.rb

diff --git a/bin/sup b/bin/sup
index 078a13405946dcd82ad9813c40ffd505ce014aab..6360cdea3126a17ce3065f6ae4faef3946a671c1 100644 (file)
--- 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
index 910b333841c28654d2abee3d95d0b83194ad7fbc..9e9026747bca29324fe44cf4b4df12c1d8e54ccc 100644 (file)
@@ -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")