From 0bb78970f9d185f1c94cb548ff55a963b24c5fbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Va=CC=81clav=20Slavi=CC=81k?= Date: Mon, 31 Jul 2017 17:52:03 +0200 Subject: [PATCH] Increase version to 0.5.5, update NEWS --- NEWS | 6 ++++++ include/winsparkle-version.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c093f85f..137ea6c4 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,10 @@ +Version 0.5.5 +------------- + +- Fixed regression in initial update checking introduced in 0.5.4. + + Version 0.5.4 ------------- diff --git a/include/winsparkle-version.h b/include/winsparkle-version.h index 613dfd5c..87d524ee 100644 --- a/include/winsparkle-version.h +++ b/include/winsparkle-version.h @@ -32,7 +32,7 @@ #define WIN_SPARKLE_VERSION_MAJOR 0 #define WIN_SPARKLE_VERSION_MINOR 5 -#define WIN_SPARKLE_VERSION_MICRO 4 +#define WIN_SPARKLE_VERSION_MICRO 5 /** Checks if WinSparkle version is at least @a major.@a minor.@a micro.