Update for 2023.05-rc3

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard
2023-06-04 13:10:30 +02:00
parent eb940ab43d
commit 25e485f462
4 changed files with 44 additions and 11 deletions

View File

@@ -90,9 +90,9 @@ all:
.PHONY: all
# Set and export the version string
export BR2_VERSION := 2023.05-rc2
export BR2_VERSION := 2023.05-rc3
# Actual time the release is cut (for reproducible builds)
BR2_VERSION_EPOCH = 1685305000
BR2_VERSION_EPOCH = 1685877000
# Save running make version since it's clobbered by the make package
RUNNING_MAKE_VERSION := $(MAKE_VERSION)