Skip to content

Commit

Permalink
clusterd: we live on github now
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Mar 3, 2016
1 parent 1fb094e commit 396c2dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clusterd/clusterd
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
use warnings;
use strict;

# $Header: /home/buczek/cluster/clusterd,v 1.101 2013/11/20 19:55:35 root Exp $
# https://github.molgen.mpg.de/donald/clusterd

our ($RCS_REVISION)='$Revision: 1.101 $'=~/([\d.]+)/;
our $REVISION='1.102';

#use lib ('/home/buczek/cluster/Donald/blib/lib');

Expand Down Expand Up @@ -1193,7 +1193,7 @@ sub version_info { # 'V1.31 - 20090617-155314'
} else {
$t='?';
}
return "V$RCS_REVISION - ".$t;
return "V$REVISION - ".$t;
}

#------------------------------------------------------------
Expand Down

0 comments on commit 396c2dd

Please sign in to comment.