From 65a45b7d9575729c7ff253f5dd412b91bea4d5ae Mon Sep 17 00:00:00 2001 From: minima Date: Fri, 21 Jul 2006 21:37:30 +0000 Subject: [PATCH] fix the displayed version no. --- gtkconsole/gtkconsole | 1 + 1 file changed, 1 insertion(+) 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; -- 2.34.1