summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTill Kamppeter <tkamppeter@mandriva.com>2005-08-22 23:03:44 +0000
committerTill Kamppeter <tkamppeter@mandriva.com>2005-08-22 23:03:44 +0000
commit7015e047718d7cd18d30daeb2d9c216ee612038e (patch)
tree3f11bf6172ee9fab1721ed7397ff045dc2f94069
parentc30b9fc33dca319747b05a8163914798453f75a2 (diff)
downloaddrakx-7015e047718d7cd18d30daeb2d9c216ee612038e.tar
drakx-7015e047718d7cd18d30daeb2d9c216ee612038e.tar.gz
drakx-7015e047718d7cd18d30daeb2d9c216ee612038e.tar.bz2
drakx-7015e047718d7cd18d30daeb2d9c216ee612038e.tar.xz
drakx-7015e047718d7cd18d30daeb2d9c216ee612038e.zip
- Updated version number (bug #17719).
-rwxr-xr-xperl-install/standalone/printerdrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/printerdrake b/perl-install/standalone/printerdrake
index 03b0dcac1..10380f8e9 100755
--- a/perl-install/standalone/printerdrake
+++ b/perl-install/standalone/printerdrake
@@ -64,7 +64,7 @@ $commandline =~ /-onlyautoqueue/ and $::autoqueue = 1;
# Data structure for GTK2 main window
my $us = {};
-$us->{VERSION} = '10.2';
+$us->{VERSION} = '2006';
# Check whether Foomatic is installed and install it if necessary
#printer::printerdrake::install_foomatic($in);