From f2c598bb2218da966872ba3e0c6e7e830dca6ef0 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Tue, 15 Feb 2022 13:06:21 -0500 Subject: [PATCH] Update to version 15.5 Mark this officially as shim 15.5 Signed-off-by: Robbie Harwood --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 81166a5c3..6b50b8fea 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ default : all NAME = shim -VERSION = 15.5~rc2 +VERSION = 15.5 ifneq ($(origin RELEASE),undefined) DASHRELEASE ?= -$(RELEASE) else