Skip to content

Commit 59ba22b

Browse files
committed
Update dll to 0.9.1
1 parent 766fcf5 commit 59ba22b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/java/org/purejava/winsparkle/winsparkle_h.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -352,10 +352,10 @@ public static int WIN_SPARKLE_VERSION_MAJOR() {
352352
public static int WIN_SPARKLE_VERSION_MINOR() {
353353
return WIN_SPARKLE_VERSION_MINOR;
354354
}
355-
private static final int WIN_SPARKLE_VERSION_MICRO = (int)0L;
355+
private static final int WIN_SPARKLE_VERSION_MICRO = (int)1L;
356356
/**
357357
* {@snippet lang=c :
358-
* #define WIN_SPARKLE_VERSION_MICRO 0
358+
* #define WIN_SPARKLE_VERSION_MICRO 1
359359
* }
360360
*/
361361
public static int WIN_SPARKLE_VERSION_MICRO() {
@@ -6119,13 +6119,13 @@ public static int CLK_TCK() {
61196119
}
61206120
/**
61216121
* {@snippet lang=c :
6122-
* #define WIN_SPARKLE_VERSION_STRING "0.9.0"
6122+
* #define WIN_SPARKLE_VERSION_STRING "0.9.1"
61236123
* }
61246124
*/
61256125
public static MemorySegment WIN_SPARKLE_VERSION_STRING() {
61266126
class Holder {
61276127
static final MemorySegment WIN_SPARKLE_VERSION_STRING
6128-
= winsparkle_h.LIBRARY_ARENA.allocateFrom("0.9.0");
6128+
= winsparkle_h.LIBRARY_ARENA.allocateFrom("0.9.1");
61296129
}
61306130
return Holder.WIN_SPARKLE_VERSION_STRING;
61316131
}
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)