From e5a601197846d57d5eb19ba2647d575405e8b13f Mon Sep 17 00:00:00 2001 From: Roger Date: Wed, 16 Apr 2014 09:39:25 +0800 Subject: [PATCH] bump version to 0.8.6 --- src/mac/app-Info.plist | 2 +- src/nw_version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mac/app-Info.plist b/src/mac/app-Info.plist index 928a988f13..8c369e3eb0 100644 --- a/src/mac/app-Info.plist +++ b/src/mac/app-Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.8.5 + 0.8.6 NSPrincipalClass NSApplication LSMinimumSystemVersion diff --git a/src/nw_version.h b/src/nw_version.h index 7ca8a46f8f..a82ddb04cb 100644 --- a/src/nw_version.h +++ b/src/nw_version.h @@ -23,7 +23,7 @@ #define NW_MAJOR_VERSION 0 #define NW_MINOR_VERSION 8 -#define NW_PATCH_VERSION 5 +#define NW_PATCH_VERSION 6 #define NW_VERSION_IS_RELEASE 1 #ifndef NW_STRINGIFY