Compare commits

...

10 Commits

Author SHA1 Message Date
mintsuki
024565f6a7 Binary release v4.20230911.0 2023-09-11 22:21:54 +00:00
mintsuki
32e718ab88 Binary release v4.20230909.0 2023-09-09 21:12:55 +00:00
mintsuki
a199a01df6 Binary release v4.20230830.0 2023-08-30 03:30:52 +00:00
mintsuki
5890becdea Binary release v4.20230819.0 2023-08-19 13:41:37 +00:00
mintsuki
4b868cf9c8 Binary release v4.20230811.0 2023-08-11 15:37:07 +00:00
mintsuki
9372a637fe Binary release v4.20230729.0 2023-07-29 17:06:31 +00:00
mintsuki
6dfc837655 Binary release v4.20230728.0 2023-07-28 09:32:39 +00:00
mintsuki
d5709e3255 Binary release v4.20230726.0 2023-07-26 22:35:50 +00:00
mintsuki
2d3d7b2633 Binary release v4.20230709.0 2023-07-09 02:18:11 +00:00
mintsuki
9967375d35 Binary release v4.20230620.0 2023-06-20 15:13:17 +00:00
12 changed files with 1311 additions and 1362 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -14,7 +14,7 @@
static void usage(const char *name) {
printf("Usage: %s <Limine executable> <BLAKE2B of config file>\n", name);
printf("\n");
printf(" --reset Remove enrolled BLAKE2B, will not check config intergrity\n");
printf(" --reset Remove enrolled BLAKE2B, will not check config integrity\n");
printf("\n");
printf(" --quiet Do not print verbose diagnostic messages\n");
printf("\n");

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -1,6 +1,6 @@
#include <stdio.h>
#define LIMINE_VERSION "4.20230615.0"
#define LIMINE_VERSION "4.20230911.0"
int main(void) {
puts(LIMINE_VERSION);

Binary file not shown.