From: Eric Bollengier Date: Thu, 11 Jan 2007 14:31:36 +0000 (+0000) Subject: ebl use X.YZ revision number X-Git-Tag: Release-2.0.1~15 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9e213af0f547eb4c380e6292b6eaf3e6523512d7;p=bacula%2Fbacula ebl use X.YZ revision number git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3967 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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+)/); ################################################################