diff options
author | Ralph Amissah <ralph@amissah.com> | 2010-03-06 09:47:55 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2010-03-06 09:47:55 -0500 |
commit | 306aed5b8a559aad2fb944a946ffdda9713f07ec (patch) | |
tree | cf627bc6438dba6103d4e05a1d5cff678f78df6f /lib/sisu/v1/sysenv.rb | |
parent | skin_sisu utf-8 marker (diff) |
introducing version 2, major patch, (version 1 libraries retained)sisu_2.0.0
Diffstat (limited to 'lib/sisu/v1/sysenv.rb')
-rw-r--r-- | lib/sisu/v1/sysenv.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sisu/v1/sysenv.rb b/lib/sisu/v1/sysenv.rb index e542e680..a55b03cc 100644 --- a/lib/sisu/v1/sysenv.rb +++ b/lib/sisu/v1/sysenv.rb @@ -7,7 +7,7 @@ * Author: Ralph Amissah - * Copyright: (C) 1997 - 2009 Ralph Amissah All Rights Reserved. + * Copyright: (C) 1997 - 2010, Ralph Amissah, All Rights Reserved. * License: GPL 3 or later: @@ -87,7 +87,7 @@ module SiSU_Env @t.month end def year_static - '2009' + '2010' end end class Info_system |