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 4589857..fb34342 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 1.68 - 3 August 2007, by Pascal "Pixel" Rigaux
+
- add $trans->Element_version and $trans->Element_release
Version 1.67 - 22 June 2007, by Olivier "Nanar" Thauvin
diff --git a/URPM.pm b/URPM.pm
index 4447998..ce606cb 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -10,7 +10,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = '1.67';
+our $VERSION = '1.68';
URPM->bootstrap($VERSION);