diff options
author | Matt A. Tobin <email@mattatobin.com> | 2022-04-02 11:52:18 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2022-04-02 11:52:18 -0500 |
commit | 7d9902261cc16bb264e57b568609370c8e8c1644 (patch) | |
tree | 3149c4feb3a6d654d0db55f1748c6866df226e64 | |
parent | 662073542fb3fe1a1f5a1933eb55f3eb1ceba8cc (diff) | |
download | aura-central-7d9902261cc16bb264e57b568609370c8e8c1644.tar.gz |
Don't attach a build date to windows file versions
-rwxr-xr-x | config/version_win.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/version_win.pl b/config/version_win.pl index f3eec5377..912e81e2a 100755 --- a/config/version_win.pl +++ b/config/version_win.pl @@ -220,7 +220,7 @@ if (!$mstone[2]) { else { $mstone[2] =~s/\D.*$//; } -$fileversion = $productversion="$mstone[0],$mstone[1],$mstone[2],$daycount"; +$fileversion = $productversion="$mstone[0],$mstone[1],$mstone[2]"; my @appver = split(/\./,$appversion); for ($j = 1; $j < 4; $j++) |