Skip to content

Commit

Permalink
Use interpolated VERSION in various display pieces
Browse files Browse the repository at this point in the history
  • Loading branch information
David Christensen committed Nov 2, 2017
1 parent e4105da commit 5c6f22c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions 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.
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -361,7 +363,8 @@ interchange [--options] [file]
=head1 VERSION
5.12.0
#-~_~VERSION~_~
=head1 DESCRIPTION
Expand Down

0 comments on commit 5c6f22c

Please sign in to comment.