diff options
author | Till Kamppeter <tkamppeter@mandriva.com> | 2005-02-07 16:35:39 +0000 |
---|---|---|
committer | Till Kamppeter <tkamppeter@mandriva.com> | 2005-02-07 16:35:39 +0000 |
commit | f64e634b0ce953472534ad55929101317815ae45 (patch) | |
tree | af1009641c2d3d4270eace8ae0610f922eb041b3 | |
parent | e3719cefe4b42f48818cc03e84c346e1e81b1818 (diff) | |
download | drakx-backup-do-not-use-f64e634b0ce953472534ad55929101317815ae45.tar drakx-backup-do-not-use-f64e634b0ce953472534ad55929101317815ae45.tar.gz drakx-backup-do-not-use-f64e634b0ce953472534ad55929101317815ae45.tar.bz2 drakx-backup-do-not-use-f64e634b0ce953472534ad55929101317815ae45.tar.xz drakx-backup-do-not-use-f64e634b0ce953472534ad55929101317815ae45.zip |
Adjusted version number.
-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 ce3e7b3d7..c80710beb 100755 --- a/perl-install/standalone/printerdrake +++ b/perl-install/standalone/printerdrake @@ -59,7 +59,7 @@ my $commandline = $_; # Data structure for GTK2 main window my $us = {}; -$us->{VERSION} = '10.1'; +$us->{VERSION} = '10.2'; # Check whether Foomatic is installed and install it if necessary #printer::printerdrake::install_foomatic($in); |