[interchange] Use interpolated VERSION in various display pieces
David Christensen <[email protected]> Thu, 02 Nov 2017 19:24:36 +0000
| Newsgroups | gmane.comp.web.interchange.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 5c6f22cd117ff363c91f31e9074bd1ad6648aa1c Author: David Christensen <[email protected]> Date: Thu Nov 2 14:23:13 2017 -0500 Use interpolated VERSION in various display pieces scripts/interchange.PL | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) --- diff --git a/scripts/interchange.PL b/scripts/interchange.PL index 4fc3ea7..fcd6dfe 100644 --- a/scripts/interchange.PL +++ b/scripts/interchange.PL @@ -1,7 +1,7 @@ #!/usr/bin/perl -w ##!~_~perlpath~_~ # -# Interchange version 5.12.0 +#-# Interchange version ~_~VERSION~_~ # # Copyright (C) 2002-2017 Interchange Development Group # Copyright (C) 1996-2002 Red Hat, Inc. @@ -155,7 +155,9 @@ require Exporter; no warnings qw/once/; BEGIN { + # base version for Makefile.PL only, will be overridden with tagged-version-relative $VERSION = '5.12.0'; +#- $VERSION = '~_~VERSION~_~'; } use Fcntl; @@ -361,7 +363,8 @@ interchange [--options] [file] =head1 VERSION -5.12.0 + +#-~_~VERSION~_~ =head1 DESCRIPTION