aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--URPM.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 1d3680c..2b01e41 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Version 4.16 - 2011, by Per Øyvind Karlsen
+Version 4.16 - 29 March 2011, by Per Øyvind Karlsen
- add setInternalVariable() for changing various variables for debugging etc.
within rpmlib
diff --git a/URPM.pm b/URPM.pm
index 0d622f3..c71f41f 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -11,7 +11,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = '4.15';
+our $VERSION = '4.16';
URPM->bootstrap($VERSION);