Skip to content

Commit

Permalink
Bump to follow upstream 3.16.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonyea committed Sep 7, 2021
1 parent 2cb4631 commit 9bb5859
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions App/AppInfo/appinfo.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ UsesJava=yes

[Version]
;PackageVersion is used by the installer and the updater. It must be in dotted quad X.X.X.X format for use by Windows. You must ensure that each successive version has a higher package version than the previous or it will not be treated as a newer version by the platform's updater. Generally, the PackageVersion is based on the DisplayVersion. So an app with version 3.5 will have a package version of 3.5.0.0.
PackageVersion=3.15.3.0
PackageVersion=3.16.2.0
;DisplayVersion is displayed to the user and used in naming the installer
DisplayVersion=3.15.3
DisplayVersion=3.16.2
;Some example Display and Package versions
;3.5 would be 3.5.0.0
;4.5a would be 4.5.1.0
Expand Down
8 changes: 4 additions & 4 deletions App/AppInfo/installer.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ CloseEXE=Unciv.exe
[DownloadFiles]
AdditionalInstallSize=200M

DownloadURL=https://github.com/yairm210/Unciv/releases/download/3.15.3/Unciv-Windows64.zip
DownloadURL=https://github.com/yairm210/Unciv/releases/download/3.16.12/Unciv-Windows64.zip
DownloadName=Unciv-Windows64.zip
DownloadFilename=Unciv-Windows64.zip
DownloadMD5=89688a3472a4041cc7da54379d314e40
DownloadMD5=8b8e20d48763baca330eca78c86ef14d
AdvancedExtract1To=App\Unciv\x64\
AdvancedExtract1Filter=**

Download2URL=https://github.com/yairm210/Unciv/releases/download/3.15.3/Unciv-Windows32.zip
Download2URL=https://github.com/yairm210/Unciv/releases/download/3.16.12/Unciv-Windows32.zip
Download2Name=Unciv-Windows32.zip
Download2Filename=Unciv-Windows32.zip
DownloadMD5=dd6c6e0334eb2a62e0d6e63f5a7d8a1a
DownloadMD5=1b70ddbe33b42fc041dc8fb067f0603b
AdvancedExtract2To=App\Unciv\x86\
AdvancedExtract2Filter=**

0 comments on commit 9bb5859

Please sign in to comment.