comparison contrib/packaging/inno/mercurial.iss @ 44170:0ab651b5f77c stable

copyright: update to 2020 Differential Revision: https://phab.mercurial-scm.org/D8006
author Matt Harbison <matt_harbison@yahoo.com>
date Sat, 25 Jan 2020 00:16:04 -0500
parents e4344e463c0c
children f37971c31067
comparison
equal deleted inserted replaced
44169:5d85e9ddc7b9 44170:0ab651b5f77c
4 #ifndef ARCH 4 #ifndef ARCH
5 #define ARCH = "x86" 5 #define ARCH = "x86"
6 #endif 6 #endif
7 7
8 [Setup] 8 [Setup]
9 AppCopyright=Copyright 2005-2019 Matt Mackall and others 9 AppCopyright=Copyright 2005-2020 Matt Mackall and others
10 AppName=Mercurial 10 AppName=Mercurial
11 AppVersion={#VERSION} 11 AppVersion={#VERSION}
12 #if ARCH == "x64" 12 #if ARCH == "x64"
13 AppVerName=Mercurial {#VERSION} (64-bit) 13 AppVerName=Mercurial {#VERSION} (64-bit)
14 OutputBaseFilename=Mercurial-{#VERSION}-x64 14 OutputBaseFilename=Mercurial-{#VERSION}-x64
28 {{ 'AppID={{4B95A5F1-EF59-4B08-BED8-C891C46121B3}' }} 28 {{ 'AppID={{4B95A5F1-EF59-4B08-BED8-C891C46121B3}' }}
29 AppContact=mercurial@mercurial-scm.org 29 AppContact=mercurial@mercurial-scm.org
30 DefaultDirName={pf}\Mercurial 30 DefaultDirName={pf}\Mercurial
31 SourceDir=stage 31 SourceDir=stage
32 VersionInfoDescription=Mercurial distributed SCM (version {#VERSION}) 32 VersionInfoDescription=Mercurial distributed SCM (version {#VERSION})
33 VersionInfoCopyright=Copyright 2005-2019 Matt Mackall and others 33 VersionInfoCopyright=Copyright 2005-2020 Matt Mackall and others
34 VersionInfoCompany=Matt Mackall and others 34 VersionInfoCompany=Matt Mackall and others
35 InternalCompressLevel=max 35 InternalCompressLevel=max
36 SolidCompression=true 36 SolidCompression=true
37 SetupIconFile=../mercurial.ico 37 SetupIconFile=../mercurial.ico
38 AllowNoIcons=true 38 AllowNoIcons=true