aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);