Skip to content

Commit

Permalink
Update installer source
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmartinez committed May 23, 2020
1 parent 484afa7 commit ffcf978
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions installer-src/Installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
#define FileIcon "FileIcon.ico"

; Versioning
#define AppVersionType "_Beta"
#define AppVersionType "_Final"
#define AppVersion "11.0"
#define AppVersionStr "11_0"
#define AppReleaseFolder "..\release\11.0 Beta"
#define AppReleaseFolder "..\release\11.0"

[Setup]
AppId={{F5A132A7-7583-4EBE-8E45-B90D8BC79B19}
Expand Down
2 changes: 1 addition & 1 deletion src/LangPad/LangPad.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>false</MapFileExtensions>
<ApplicationRevision>9</ApplicationRevision>
<ApplicationRevision>10</ApplicationRevision>
<ApplicationVersion>11.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down

0 comments on commit ffcf978

Please sign in to comment.