From 396c2dd8456e90c5da5e50856d75b41809cc4a2a Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 3 Mar 2016 16:45:46 +0100 Subject: [PATCH] clusterd: we live on github now --- clusterd/clusterd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clusterd/clusterd b/clusterd/clusterd index e32da2a4..974a9801 100755 --- a/clusterd/clusterd +++ b/clusterd/clusterd @@ -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'); @@ -1193,7 +1193,7 @@ sub version_info { # 'V1.31 - 20090617-155314' } else { $t='?'; } - return "V$RCS_REVISION - ".$t; + return "V$REVISION - ".$t; } #------------------------------------------------------------