File tree Expand file tree Collapse file tree
java/org/purejava/winsparkle Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments