source: extensions/gsdl-video/trunk/installed/cmdline/lib/ruby/1.8/shell/version.rb@ 18425

Last change on this file since 18425 was 18425, checked in by davidb, 15 years ago

Video extension to Greenstone

File size: 314 bytes
Line 
1#
2# version.rb - shell version definition file
3# $Release Version: 0.6.0$
4# $Revision: 11708 $
5# $Date: 2007-02-13 08:01:19 +0900 (Tue, 13 Feb 2007) $
6# by Keiju ISHITSUKA(Nihon Rational Software Co.,Ltd)
7#
8# --
9#
10#
11#
12
13class Shell
14 @RELEASE_VERSION = "0.6.0"
15 @LAST_UPDATE_DATE = "01/03/19"
16end
Note: See TracBrowser for help on using the repository browser.