The R Project SVN R

Rev

Rev 37351 | Rev 43267 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 37351 Rev 42314
Line 12... Line 12...
12
# This program is distributed in the hope that it will be useful, but
12
# This program is distributed in the hope that it will be useful, but
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15
# General Public License for more details.
15
# General Public License for more details.
16
#
16
#
17
# A copy of the GNU General Public License is available via WWW at
17
# A copy of the GNU General Public License is available at
18
# http://www.gnu.org/copyleft/gpl.html.  You can also obtain it by
18
# http://www.r-project.org/Licenses/
19
## writing to the Free Software Foundation, Inc., 51 Franklin Street,
-
 
20
## Fifth Floor, Boston, MA 02110-1301  USA.
-
 
21
 
19
 
22
use Getopt::Long;
20
use Getopt::Long;
23
use R::Utils;
21
use R::Utils;
24
 
22
 
25
my $revision = ' $Rev: 37351 $ ';
23
my $revision = ' $Rev: 42314 $ ';
26
my $version;
24
my $version;
27
my $name;
25
my $name;
28
 
26
 
29
$revision =~ / ([\d\.]*) /;
27
$revision =~ / ([\d\.]*) /;
30
$version = $1;
28
$version = $1;