aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2018-10-25 22:54:58 +0200
committerWladimir J. van der Laan <[email protected]>2018-10-26 01:24:38 +0200
commitdc4923a71bf64bd48708c7e4bd33765cdae68fdf (patch)
treeac1e8de6524695a6bfc16eb4f1d0f4abc9b30db2
parentdoc: Update release notes for 0.17.0.1 (diff)
downloaddiscoin-dc4923a71bf64bd48708c7e4bd33765cdae68fdf.tar.xz
discoin-dc4923a71bf64bd48708c7e4bd33765cdae68fdf.zip
build: Bump version for 0.17.0.1
-rw-r--r--configure.ac2
-rw-r--r--doc/release-notes.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 44ca821a2..812e0a826 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 6fac959e6..b8ca03000 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.