summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlib/MDV/Control_Center.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MDV/Control_Center.pm b/lib/MDV/Control_Center.pm
index 2038688f..8c984388 100755
--- a/lib/MDV/Control_Center.pm
+++ b/lib/MDV/Control_Center.pm
@@ -34,7 +34,7 @@ our @EXPORT = qw(
$version
);
-our ($version) = `cat /etc/mandrakelinux-release` =~ /\b(\d+\.{1}.+\))/;
+our ($version) = `cat /etc/mandrakelinux-release` =~ /\b(\d+\.\d+)/;
#-------------------------------------------------------------