]> git.notmuchmail.org Git - sup/commitdiff
bump version to 0.5
authorWilliam Morgan <wmorgan-sup@masanjin.net>
Tue, 22 Apr 2008 16:35:41 +0000 (09:35 -0700)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Tue, 22 Apr 2008 16:35:41 +0000 (09:35 -0700)
bin/sup
lib/sup.rb

diff --git a/bin/sup b/bin/sup
index 45db505120c30fb65127df0b3846b03d6bde69fa..523c685fcf49da16c984df58a4648e69743f75d2 100644 (file)
--- a/bin/sup
+++ b/bin/sup
@@ -7,7 +7,7 @@ require 'fileutils'
 require 'trollop'
 require "sup"
 
-BIN_VERSION = "git"
+BIN_VERSION = "0.5"
 
 unless Redwood::VERSION == BIN_VERSION
   $stderr.puts <<EOS
index 9e9026747bca29324fe44cf4b4df12c1d8e54ccc..910b333841c28654d2abee3d95d0b83194ad7fbc 100644 (file)
@@ -33,7 +33,7 @@ class Module
 end
 
 module Redwood
-  VERSION = "git"
+  VERSION = "0.5"
 
   BASE_DIR   = ENV["SUP_BASE"] || File.join(ENV["HOME"], ".sup")
   CONFIG_FN  = File.join(BASE_DIR, "config.yaml")