diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-11-30 11:28:32 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-11-30 11:28:32 +0000 |
commit | b22c7a9e488542e3bb5d78617d2104b735da1096 (patch) | |
tree | a28afceec4c2f7614dc51295a357acd1284b7f36 /urpm.pm | |
parent | 3ccf4fa6a9e2e17fe5bd8bf1b23500cae7379a1e (diff) | |
download | urpmi-b22c7a9e488542e3bb5d78617d2104b735da1096.tar urpmi-b22c7a9e488542e3bb5d78617d2104b735da1096.tar.gz urpmi-b22c7a9e488542e3bb5d78617d2104b735da1096.tar.bz2 urpmi-b22c7a9e488542e3bb5d78617d2104b735da1096.tar.xz urpmi-b22c7a9e488542e3bb5d78617d2104b735da1096.zip |
4.10.17
Diffstat (limited to 'urpm.pm')
-rw-r--r-- | urpm.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use urpm::md5sum; -our $VERSION = '4.10.16'; +our $VERSION = '4.10.17'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = 'file_from_local_url'; |