summaryrefslogtreecommitdiffstats
path: root/urpm/prompt.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm/prompt.pm')
-rw-r--r--urpm/prompt.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/urpm/prompt.pm b/urpm/prompt.pm
index 7ed02a06..6d7147d0 100644
--- a/urpm/prompt.pm
+++ b/urpm/prompt.pm
@@ -1,8 +1,10 @@
package urpm::prompt;
+# $Id$
+
use strict;
-(our $VERSION) = q$Id$ =~ /(\d+\.\d+)/;
+(our $VERSION) = q$Revision$ =~ /(\d+)/;
sub new {
my ($class, $title, $prompts, $defaults, $hidden) = @_;