Rename VERSION to VERSION.stamp

-I$(top_srcdir) is not usable on macOS due to a conflicting C++ header
 `version`.
This commit is contained in:
Alex Chernyakhovsky
2023-03-05 20:52:52 -05:00
committed by Alex Chernyakhovsky
parent aa742478cb
commit 62869ae55f
5 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ perl -wlpi -e 's{#!/usr/bin/env perl}{#!/usr/bin/perl}' "$PREFIX/local/bin/mosh"
popd > /dev/null
PACKAGE_VERSION=$(cat ../VERSION)
PACKAGE_VERSION=$(cat ../VERSION.stamp)
OUTFILE="$PACKAGE_VERSION.pkg"