build: Bump version for 0.17.0.1

This commit is contained in:
Wladimir J. van der Laan 2018-10-25 22:54:58 +02:00
parent 248e5ec348
commit dc4923a71b
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 17)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_BUILD, 1)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2018)
define(_COPYRIGHT_HOLDERS,[The %s developers])

View file

@ -16,7 +16,7 @@ To receive security and update notifications, please subscribe to:
Notable changes
===============
An issue was solved with OSX dmg generation, affecting OSX 10.12 to 10.14,
An issue was solved with OSX dmg generation, affecting macOS 10.12 to 10.14,
which could cause Finder to crash on install.
There are no significant changes for other operating systems.