aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--URPM.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 857a34b..9f5286c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 3.34 - 24 February 2010
+
- check for conflicting selected packages before selecting a package (#57224)
(by Anssi Hannula)
diff --git a/URPM.pm b/URPM.pm
index 0e5a9dc..6e418c4 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -10,7 +10,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = '3.33';
+our $VERSION = '3.34';
URPM->bootstrap($VERSION);