]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl use X.YZ revision number
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 11 Jan 2007 14:31:36 +0000 (14:31 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 11 Jan 2007 14:31:36 +0000 (14:31 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3967 91ce42f0-d328-0410-95d8-f526ca767f89

gui/brestore/brestore.pl

index ba541bbb353d49ef8dea4cc0b02d596ec9840912..188233a979db72d5092b2db6f09e8db4db29982d 100755 (executable)
@@ -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+)/);
 
 ################################################################