Skip to content

Commit

Permalink
Release of 2017.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Kowaliczek committed Feb 7, 2017
1 parent d0dd371 commit ae8d44c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# ChangeLog

## [Unreleased]
## [2017.2]
- added new Unknown-Horizons version 2017.2
- added new fife version 0.4.1
- added new fifechan version 0.1.4
- added `Visual C++ 2015 Redistributable` to installer
- fixed small bugs

## [2017.1]

- added `fifengine python 2.7 installer` to installer and enabled auto-run after install
- added `fifengine-dependencies` to installer
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# version format
version: 2017.1.{build}
version: 2017.2.{build}

# cache the "downloads" folder in the build folder
# refresh cache, if appveyor.yml changes
Expand Down
2 changes: 1 addition & 1 deletion download-lists/fifengine.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
#

# Fifengine - Python Installer
https://ci.appveyor.com/api/buildjobs/dpurh33nh4a6ka4v/artifacts/libfife-0.4.0.win32-py2.7.msi
https://ci.appveyor.com/api/buildjobs/vb4ik800mqpc65s8/artifacts/libfife-0.4.1.win32-py2.7.msi
dir=downloads
out=libfife.win32-py2.7.msi
2 changes: 1 addition & 1 deletion download-lists/unknown-horizons.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
# The download folder is set by `dir`.
# The filename is set by `out`.
#
https://github.com/unknown-horizons/unknown-horizons/archive/2017.1.zip
https://github.com/unknown-horizons/unknown-horizons/archive/2017.2.zip
dir=downloads
out=unknown-horizons.zip
4 changes: 2 additions & 2 deletions installer/uh.iss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

; version is set here, when the version isn't passed to the compiler on invocation
#ifndef APP_VERSION
#define APP_VERSION "2017.1"
#define APP_VERSION "2017.2"
#endif

#define APP_NAME "Unknown-Horizons"
Expand Down Expand Up @@ -68,7 +68,7 @@ WizardSmallImageFile=images\WizardSmallImage.bmp
SetupIconFile=images\uh.ico

; this creates the installer executable in the build folder
; for example: "_build\Unknown-Horizons-2017.1-Setup-VC14-x86.exe"
; for example: "_build\Unknown-Horizons-2017.2-Setup-VC14-x86.exe"
OutputBaseFilename={#APP_NAME}-{#APP_VERSION}-Setup-{#APP_COMPILER}-x86
OutputDir=..\_build

Expand Down

0 comments on commit ae8d44c

Please sign in to comment.