Binary release v3.25

This commit is contained in:
mintsuki 2022-09-24 02:32:11 +00:00
parent 27816688cf
commit d96dc79a42
10 changed files with 1368 additions and 1401 deletions

Binary file not shown.

Binary file not shown.

View File

@ -38,7 +38,7 @@ clean:
rm -f limine-deploy limine-deploy.exe
rm -f limine-version limine-version.exe
limine-deploy: limine-deploy.c
limine-deploy: limine-deploy.c limine-hdd.h
$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -std=c99 -D__USE_MINGW_ANSI_STDIO limine-deploy.c $(LIBS) -o $@
limine-version: limine-version.c

Binary file not shown.

Binary file not shown.

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 "3.24"
#define LIMINE_VERSION "3.25"
int main(void) {
puts(LIMINE_VERSION);

Binary file not shown.