diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | urpm.pm | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Version 5.19.4 - 6 October 2008, by Pascal "Pixel" Rigaux +Version 5.19.5 - 6 October 2008, by Pascal "Pixel" Rigaux - gurpmi: o just do not ask for confirmation before removing packages in @@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use urpm::md5sum; -our $VERSION = '5.19.4'; +our $VERSION = '5.19.5'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); |