diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-11-09 14:19:16 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-11-09 14:19:16 +0000 |
commit | 509486dde0a4b62a39cec5a558918bbbea4bf1e1 (patch) | |
tree | 72612d5f927647d0112e85fcc2d20b7447c68e2c /urpm.pm | |
parent | 0a44b380e0ad7c012c46ab1d996e2170f3c6fa14 (diff) | |
download | urpmi-509486dde0a4b62a39cec5a558918bbbea4bf1e1.tar urpmi-509486dde0a4b62a39cec5a558918bbbea4bf1e1.tar.gz urpmi-509486dde0a4b62a39cec5a558918bbbea4bf1e1.tar.bz2 urpmi-509486dde0a4b62a39cec5a558918bbbea4bf1e1.tar.xz urpmi-509486dde0a4b62a39cec5a558918bbbea4bf1e1.zip |
Version bump
Diffstat (limited to 'urpm.pm')
-rw-r--r-- | urpm.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ use urpm::util; use urpm::sys; use urpm::cfg; -our $VERSION = '4.5'; +our $VERSION = '4.6'; our @ISA = qw(URPM); use URPM; |