diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index ff2a2131..8822419f 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,3 +1,8 @@ +Release notes 0.8.7 + +- OSX support +- Further optimizations + Release notes 0.8.6 - Simplwallet can set extra for transfers diff --git a/src/version.h.in b/src/version.h.in index 2578ea63..c3d4157e 100644 --- a/src/version.h.in +++ b/src/version.h.in @@ -1,4 +1,4 @@ #define BUILD_COMMIT_ID "@VERSION@" -#define PROJECT_VERSION "0.8.6" -#define PROJECT_VERSION_BUILD_NO "295" +#define PROJECT_VERSION "0.8.7" +#define PROJECT_VERSION_BUILD_NO "58" #define PROJECT_VERSION_LONG PROJECT_VERSION "." PROJECT_VERSION_BUILD_NO "(" BUILD_COMMIT_ID ")"