From: minima Date: Fri, 21 Jul 2006 21:37:30 +0000 (+0000) Subject: fix the displayed version no. X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=1f225a9ff8e4711aaa932268b074d1a7ee613014;p=spider.git 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;