diff options
author | Matt A. Tobin <email@mattatobin.com> | 2022-04-10 03:13:08 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2022-04-10 03:13:08 -0500 |
commit | e2faaa2f9a01e8b0229add1aa3b6b128f9d07b2e (patch) | |
tree | 8d6225060b31f991faf171341443a994ce527fa8 /config | |
parent | 4ebc78682799bbb4e5e6c5d2f8477ef614c47756 (diff) | |
download | aura-central-e2faaa2f9a01e8b0229add1aa3b6b128f9d07b2e.tar.gz |
Revert "Don't attach a build date to windows file versions"
This reverts commit 7d9902261cc16bb264e57b568609370c8e8c1644.
Diffstat (limited to 'config')
-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 912e81e2a..f3eec5377 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]"; +$fileversion = $productversion="$mstone[0],$mstone[1],$mstone[2],$daycount"; my @appver = split(/\./,$appversion); for ($j = 1; $j < 4; $j++) |