We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f8654 commit 4a42bbbCopy full SHA for 4a42bbb
2 files changed
NEWS
@@ -1,4 +1,10 @@
1
2
+Version 0.5.7
3
+-------------
4
+
5
+- Fixed issue with downloads from servers without keep-alive support.
6
7
8
Version 0.5.6
9
-------------
10
include/winsparkle-version.h
@@ -32,7 +32,7 @@
32
33
#define WIN_SPARKLE_VERSION_MAJOR 0
34
#define WIN_SPARKLE_VERSION_MINOR 5
35
-#define WIN_SPARKLE_VERSION_MICRO 6
+#define WIN_SPARKLE_VERSION_MICRO 7
36
37
/**
38
Checks if WinSparkle version is at least @a major.@a minor.@a micro.
0 commit comments