diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-10-25 22:54:58 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-10-26 01:24:38 +0200 |
commit | dc4923a71bf64bd48708c7e4bd33765cdae68fdf (patch) | |
tree | ac1e8de6524695a6bfc16eb4f1d0f4abc9b30db2 | |
parent | 248e5ec348979c2d299b04adf93deaafd2b3b2b7 (diff) |
build: Bump version for 0.17.0.1
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/release-notes.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 44ca821a2a..812e0a8269 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/doc/release-notes.md b/doc/release-notes.md index 6fac959e60..b8ca030004 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -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. |