Skip to content

Commit

Permalink
Increase version to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Dec 6, 2024
1 parent 642814f commit 4e6b30b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 0.8.3
-------------

- Fixed <sparkle:minimumSystemVersion> parsing breakage introduced in 0.8.2.
- Also understand major.minor-build for <sparkle:minimumSystemVersion>.


Version 0.8.2
-------------

Expand Down
2 changes: 1 addition & 1 deletion include/winsparkle-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

#define WIN_SPARKLE_VERSION_MAJOR 0
#define WIN_SPARKLE_VERSION_MINOR 8
#define WIN_SPARKLE_VERSION_MICRO 2
#define WIN_SPARKLE_VERSION_MICRO 3

/**
Checks if WinSparkle version is at least @a major.@a minor.@a micro.
Expand Down
2 changes: 1 addition & 1 deletion nuget/WinSparkle.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>WinSparkle</id>
<version>0.8.2</version>
<version>0.8.3</version>
<title>WinSparkle</title>
<authors>Vaclav Slavik</authors>
<license type="expression">MIT</license>
Expand Down

0 comments on commit 4e6b30b

Please sign in to comment.