diff options
-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. |