From 5fb342d91de5cd6dfd3a94511fcfa1102739b545 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 7 Jun 2006 09:52:54 +0000 Subject: Use revision number as version numbers for internal modules. For gurpmi.pm, use the same version number as urpm. --- urpm/cfg.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'urpm/cfg.pm') diff --git a/urpm/cfg.pm b/urpm/cfg.pm index 511ad5ee..1493abb5 100644 --- a/urpm/cfg.pm +++ b/urpm/cfg.pm @@ -1,11 +1,13 @@ package urpm::cfg; +# $Id$ + use strict; use warnings; use urpm::util; use urpm::msg 'N'; -(our $VERSION) = q$Id$ =~ /(\d+\.\d+)/; +(our $VERSION) = q$Revision$ =~ /(\d+)/; =head1 NAME -- cgit v1.2.1