Skip to content

Commit 4e6b30b

Browse files
committed
Increase version to 0.8.3
1 parent 642814f commit 4e6b30b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

NEWS

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 0.8.3
2+
-------------
3+
4+
- Fixed <sparkle:minimumSystemVersion> parsing breakage introduced in 0.8.2.
5+
- Also understand major.minor-build for <sparkle:minimumSystemVersion>.
6+
7+
18
Version 0.8.2
29
-------------
310

include/winsparkle-version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
#define WIN_SPARKLE_VERSION_MAJOR 0
3434
#define WIN_SPARKLE_VERSION_MINOR 8
35-
#define WIN_SPARKLE_VERSION_MICRO 2
35+
#define WIN_SPARKLE_VERSION_MICRO 3
3636

3737
/**
3838
Checks if WinSparkle version is at least @a major.@a minor.@a micro.

nuget/WinSparkle.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>WinSparkle</id>
5-
<version>0.8.2</version>
5+
<version>0.8.3</version>
66
<title>WinSparkle</title>
77
<authors>Vaclav Slavik</authors>
88
<license type="expression">MIT</license>

0 commit comments

Comments
 (0)