From: minima Date: Fri, 21 Jul 2006 21:37:30 +0000 (+0000) Subject: fix the displayed version no. X-Git-Tag: 1.54~95 X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=65a45b7d9575729c7ff253f5dd412b91bea4d5ae fix the displayed version no. --- diff --git a/gtkconsole/gtkconsole b/gtkconsole/gtkconsole index 1fef23f1..ad2d05a3 100755 --- a/gtkconsole/gtkconsole +++ b/gtkconsole/gtkconsole @@ -12,6 +12,7 @@ use strict; our $VERSION = '$Revision$'; +$VERSION =~ s|[^\d\.]+||g; our $root;