From d93d4eda9aff9cd577247528c3197433baad13d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Va=CC=81clav=20Slavi=CC=81k?= Date: Sat, 10 Feb 2018 18:42:30 +0100 Subject: [PATCH] Increase version to 0.6.0, update NEWS --- NEWS | 9 +++++++++ include/winsparkle-version.h | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 08c50283..a651530f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,13 @@ +Version 0.6.0 +------------- + +- Added support for validating DSA signatures. +- Fixes to window placement. +- Fixed regression in win_sparkle_check_update_without_ui() not checking + immediately. + + Version 0.5.7 ------------- diff --git a/include/winsparkle-version.h b/include/winsparkle-version.h index 12a1cdf7..60fc2929 100644 --- a/include/winsparkle-version.h +++ b/include/winsparkle-version.h @@ -31,8 +31,8 @@ *--------------------------------------------------------------------------*/ #define WIN_SPARKLE_VERSION_MAJOR 0 -#define WIN_SPARKLE_VERSION_MINOR 5 -#define WIN_SPARKLE_VERSION_MICRO 7 +#define WIN_SPARKLE_VERSION_MINOR 6 +#define WIN_SPARKLE_VERSION_MICRO 0 /** Checks if WinSparkle version is at least @a major.@a minor.@a micro.