From 9e213af0f547eb4c380e6292b6eaf3e6523512d7 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 11 Jan 2007 14:31:36 +0000 Subject: [PATCH] ebl use X.YZ revision number git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3967 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/brestore/brestore.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/brestore/brestore.pl b/gui/brestore/brestore.pl index ba541bbb35..188233a979 100755 --- a/gui/brestore/brestore.pl +++ b/gui/brestore/brestore.pl @@ -71,7 +71,7 @@ use Gtk2::Gdk::Keysyms; # keyboard code constants use Data::Dumper qw/Dumper/; use DBI; my $debug=0; # can be on brestore.conf -our $VERSION='$Revision$'; +our ($VERSION) = ('$Revision$' =~ /(\d+\.\d+)/); ################################################################ -- 2.39.5