diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> | 2006-09-12 08:28:17 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> | 2006-09-12 08:28:17 +0000 |
commit | 685181c9c54ae03b2694593e9ba589e10df386b5 (patch) | |
tree | c6218cdda3a205532e35b90ca0f830a858a4af99 /urpm.pm | |
parent | f094d566cf777ec02f26533992db777dea13a69c (diff) | |
download | urpmi-685181c9c54ae03b2694593e9ba589e10df386b5.tar urpmi-685181c9c54ae03b2694593e9ba589e10df386b5.tar.gz urpmi-685181c9c54ae03b2694593e9ba589e10df386b5.tar.bz2 urpmi-685181c9c54ae03b2694593e9ba589e10df386b5.tar.xz urpmi-685181c9c54ae03b2694593e9ba589e10df386b5.zip |
Bump version to 4.8.264.8.26
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 MDV::Distribconf; -our $VERSION = '4.8.25'; +our $VERSION = '4.8.26'; our @ISA = qw(URPM); use URPM; |