summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--mdkonline.pm2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 098b219e..a5cfc33d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+- fix reported version
- revert change in 2.77.15.5 that pulled too many packages
Version 2.77.15.5 - 27 January 2010, Thierry Vignaud
diff --git a/mdkonline.pm b/mdkonline.pm
index 9f876cca..26f5ef0b 100644
--- a/mdkonline.pm
+++ b/mdkonline.pm
@@ -52,7 +52,7 @@ our @EXPORT = qw(find_current_distro
$root);
our (%config, $product_id, $root);
-our $version = 2.67;
+our $version = 1;
use log;