diff options
author | John Fultz <jfultz@wolfram.com> | 2015-08-18 10:35:05 -0500 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2015-08-18 10:35:05 -0500 |
commit | 0c941df84d544e2e676d9a8acfbe345f8156e161 (patch) | |
tree | 2f943800e3fab8037b1aa9f336598450cc4e5b29 /installer.iss | |
parent | f814628b3aabef20db3320a5e58217f758fa2760 (diff) |
Cleanups and bump the version number.
Diffstat (limited to 'installer.iss')
-rw-r--r-- | installer.iss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installer.iss b/installer.iss index c022434..23e770f 100644 --- a/installer.iss +++ b/installer.iss @@ -3,14 +3,14 @@ [Setup] AppName=Quackle -AppVerName=Quackle 0.98 +AppVerName=Quackle 1.0 DefaultDirName={pf}\Quackle DefaultGroupName=Quackle ChangesAssociations=yes UninstallDisplayIcon={app}\Quackle.exe [Icons] -Name: "{group}\Quackle 0.98"; Filename: "{app}\Quackle.exe"; WorkingDir: "{app}" +Name: "{group}\Quackle 1.0"; Filename: "{app}\Quackle.exe"; WorkingDir: "{app}" [Registry] Root: HKCU; Subkey: "Software\Quackle.org" |