Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Siguza committed Apr 26, 2021
1 parent ad448f3 commit 79aa6cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ifeq ($(HOST_OS),Linux)
endif
endif

PONGO_VERSION := 2.4.5-$(shell git log -1 --pretty=format:"%H" | cut -c1-8)
PONGO_VERSION := 2.5.0-$(shell git log -1 --pretty=format:"%H" | cut -c1-8)
SRC := src
AUX := tools
DEP := newlib
Expand All @@ -60,7 +60,7 @@ PONGO_CC_FLAGS ?= -DPONGO_VERSION='"$(PONGO_VERSION)"' -DAUTOBOOT -DPON

# KPF options
CHECKRA1N_LDFLAGS ?= -Wl,-kext
CHECKRA1N_CC_FLAGS ?= -DCHECKRAIN_VERSION='"0.12.1"' -I$(INC) -Iapple-include -I$(SRC)/kernel -I$(SRC)/drivers $(CHECKRA1N_LDFLAGS) $(KPF_CFLAGS) -DDER_TAG_SIZE=8 -I$(SRC)/lib -DPONGO_PRIVATE=1
CHECKRA1N_CC_FLAGS ?= -DCHECKRAIN_VERSION='"0.12.3"' -I$(INC) -Iapple-include -I$(SRC)/kernel -I$(SRC)/drivers $(CHECKRA1N_LDFLAGS) $(KPF_CFLAGS) -DDER_TAG_SIZE=8 -I$(SRC)/lib -DPONGO_PRIVATE=1

STAGE3_ENTRY_C := $(patsubst %, $(SRC)/boot/%, stage3.c clearhook.S patches.S demote_patch.S jump_to_image.S main.c)
PONGO_C := $(wildcard $(SRC)/kernel/*.c) $(wildcard $(SRC)/kernel/support/*.c) $(wildcard $(SRC)/dynamic/*.c) $(wildcard $(SRC)/kernel/*.S) $(wildcard $(SRC)/shell/*.c)
Expand Down

0 comments on commit 79aa6cd

Please sign in to comment.