aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/rancid3/files/cmw.pm.in
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/rancid3/files/cmw.pm.in')
-rw-r--r--net-mgmt/rancid3/files/cmw.pm.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/rancid3/files/cmw.pm.in b/net-mgmt/rancid3/files/cmw.pm.in
index fac13cb975ce..8b31cca189b2 100644
--- a/net-mgmt/rancid3/files/cmw.pm.in
+++ b/net-mgmt/rancid3/files/cmw.pm.in
@@ -2,7 +2,7 @@ package cmw;
##
## $Id: cmw.pm.in 3000 2015-01-06 18:47:49Z heas $
##
-## rancid 3.1.99
+## rancid @VERSION@
## Copyright (c) 1997-2015 by Terrapin Communications, Inc.
## All rights reserved.
##
@@ -53,7 +53,7 @@ no warnings 'uninitialized';
require(Exporter);
our @ISA = qw(Exporter);
-use rancid 3.1.99;
+use rancid @VERSION@;
our $login;