summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2022-04-02 11:52:18 -0500
committerMatt A. Tobin <email@mattatobin.com>2022-04-02 11:52:18 -0500
commit7d9902261cc16bb264e57b568609370c8e8c1644 (patch)
tree3149c4feb3a6d654d0db55f1748c6866df226e64
parent662073542fb3fe1a1f5a1933eb55f3eb1ceba8cc (diff)
downloadaura-central-7d9902261cc16bb264e57b568609370c8e8c1644.tar.gz
Don't attach a build date to windows file versions
-rwxr-xr-xconfig/version_win.pl2
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++)