diff options
author | Till Kamppeter <tkamppeter@mandriva.com> | 2005-08-22 23:03:44 +0000 |
---|---|---|
committer | Till Kamppeter <tkamppeter@mandriva.com> | 2005-08-22 23:03:44 +0000 |
commit | 7015e047718d7cd18d30daeb2d9c216ee612038e (patch) | |
tree | 3f11bf6172ee9fab1721ed7397ff045dc2f94069 | |
parent | c30b9fc33dca319747b05a8163914798453f75a2 (diff) | |
download | drakx-7015e047718d7cd18d30daeb2d9c216ee612038e.tar drakx-7015e047718d7cd18d30daeb2d9c216ee612038e.tar.gz drakx-7015e047718d7cd18d30daeb2d9c216ee612038e.tar.bz2 drakx-7015e047718d7cd18d30daeb2d9c216ee612038e.tar.xz drakx-7015e047718d7cd18d30daeb2d9c216ee612038e.zip |
- Updated version number (bug #17719).
-rwxr-xr-x | perl-install/standalone/printerdrake | 2 |
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); |