Makefile: update for 2025.02.12

Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
This commit is contained in:
Thomas Perale
2026-03-17 20:45:00 +01:00
committed by Arnout Vandecappelle
parent 8e3c43d9cc
commit 137a566bf5

View File

@@ -92,9 +92,9 @@ all:
.PHONY: all
# Set and export the version string
export BR2_VERSION := 2025.02.11
export BR2_VERSION := 2025.02.12
# Actual time the release is cut (for reproducible builds)
BR2_VERSION_EPOCH = 1771574400
BR2_VERSION_EPOCH = 1773776700
# Save running make version since it's clobbered by the make package
RUNNING_MAKE_VERSION := $(MAKE_VERSION)