From 1f225a9ff8e4711aaa932268b074d1a7ee613014 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