Binary release v4.20230726.0

This commit is contained in:
mintsuki 2023-07-26 22:35:50 +00:00
parent 2d3d7b2633
commit d5709e3255
12 changed files with 1134 additions and 1134 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) { static void usage(const char *name) {
printf("Usage: %s <Limine executable> <BLAKE2B of config file>\n", name); printf("Usage: %s <Limine executable> <BLAKE2B of config file>\n", name);
printf("\n"); 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("\n");
printf(" --quiet Do not print verbose diagnostic messages\n"); printf(" --quiet Do not print verbose diagnostic messages\n");
printf("\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> #include <stdio.h>
#define LIMINE_VERSION "4.20230709.0" #define LIMINE_VERSION "4.20230726.0"
int main(void) { int main(void) {
puts(LIMINE_VERSION); puts(LIMINE_VERSION);

Binary file not shown.