aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-09-03 15:21:58 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-09-03 15:21:58 +0000
commit0f8206e87e541ffeeaa6d78c372bbd6a17267696 (patch)
tree08f3a0525d9e0cce37ea1af1e281ef73b1095b2d
parent9adadcd034562f8f5f9aef59460ba3ce55240307 (diff)
downloadperl-URPM-0f8206e87e541ffeeaa6d78c372bbd6a17267696.tar
perl-URPM-0f8206e87e541ffeeaa6d78c372bbd6a17267696.tar.gz
perl-URPM-0f8206e87e541ffeeaa6d78c372bbd6a17267696.tar.bz2
perl-URPM-0f8206e87e541ffeeaa6d78c372bbd6a17267696.tar.xz
perl-URPM-0f8206e87e541ffeeaa6d78c372bbd6a17267696.zip
1.80, bugfix release1.80
-rw-r--r--NEWS4
-rw-r--r--URPM.pm2
2 files changed, 2 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 5162297..78a59f4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,4 @@
-- fix bug in sort_graph (used by build_transaction_set)
-
-Version 1.79 - 3 September 2007, by Pascal "Pixel" Rigaux
+Version 1.80 - 3 September 2007, by Pascal "Pixel" Rigaux
- fix bug in sort_graph (used by build_transaction_set)
diff --git a/URPM.pm b/URPM.pm
index 381622f..09e4651 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -10,7 +10,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = '1.79';
+our $VERSION = '1.80';
URPM->bootstrap($VERSION);