From b04b5d4de6942e42dd88f8b70ae6b6ee8290c1c4 Mon Sep 17 00:00:00 2001
From: Ralph Amissah <ralph@amissah.com>
Date: Mon, 7 Feb 2011 11:44:00 -0500
Subject: increment year (2011) for bin and lib/sisu/v3

---
 bin/sisu3 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'bin/sisu3')

diff --git a/bin/sisu3 b/bin/sisu3
index e2f21554..ce5e8dce 100644
--- a/bin/sisu3
+++ b/bin/sisu3
@@ -1,6 +1,6 @@
 #!/usr/bin/env ruby
 # coding: utf-8
-#SiSU: copyright (C) 1997 - 2009 Ralph Amissah; License GPL, see appended program information
+#SiSU: copyright (C) 1997 - 2011 Ralph Amissah; License GPL, see appended program information
 #raise "Please, use Ruby1.8 (1.8.4 or later), current Ruby #{RUBY_VERSION}" if RUBY_VERSION < '1.8.4' or RUBY_VERSION > '1.9'
 raise "Please, use Ruby1.8.4 or later, current Ruby #{RUBY_VERSION}" if RUBY_VERSION < '1.8.4'
 $VERBOSE=nil
@@ -29,7 +29,7 @@ __END__
  * Author: Ralph Amissah
 
  * Copyright: (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-   2007, 2008, 2009, 2010 Ralph Amissah All Rights Reserved.
+   2007, 2008, 2009, 2010, 2011 Ralph Amissah All Rights Reserved.
 
  * License: GPL 3 or later:
 
-- 
cgit v1.2.3


From c19e5c6135b0b602835ae71aafd96df7188cffbb Mon Sep 17 00:00:00 2001
From: Ralph Amissah <ralph@amissah.com>
Date: Mon, 7 Feb 2011 11:47:34 -0500
Subject: REMOVE sisu v1

---
 bin/sisu3 | 2 --
 1 file changed, 2 deletions(-)

(limited to 'bin/sisu3')

diff --git a/bin/sisu3 b/bin/sisu3
index ce5e8dce..ca5be5e7 100644
--- a/bin/sisu3
+++ b/bin/sisu3
@@ -7,8 +7,6 @@ $VERBOSE=nil
 $KCODE='u' if RUBY_VERSION < '1.9'
 argv=$*
 SiSU_version_dir=case argv.inspect
-when /--v1/
-  'v1'
 when /--v2/
   'v2'
 when /--v3/
-- 
cgit v1.2.3