summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobbie Harwood <rharwood@redhat.com>2022-02-15 13:06:21 -0500
committerRobbie Harwood <rharwood@redhat.com>2022-02-15 13:06:21 -0500
commitf2c598bb2218da966872ba3e0c6e7e830dca6ef0 (patch)
treef88a4fc08c1b37ffb247c2b0e7b5e57c1950136e /Makefile
parent382568eda8708ea8e4b062d230d136a4c6d65f8b (diff)
downloadefi-boot-shim-15.5.tar.gz
efi-boot-shim-15.5.zip
Update to version 15.515.5
Mark this officially as shim 15.5 Signed-off-by: Robbie Harwood <rharwood@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 81166a5c..6b50b8fe 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