From ca4a6293da23ad0fd708ea1fecb2d465a9ea6093 Mon Sep 17 00:00:00 2001 From: John Kacur Date: Fri, 8 Jul 2022 10:46:01 -0400 Subject: [PATCH] rt-tests: Change to version v2.4 Change the version in the Makefile to 2.4 tag this commit as v2.4 Signed-off-by: John Kacur --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a800df8..3fbf882 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 2.3 +VERSION = 2.4 CC = $(CROSS_COMPILE)gcc AR = $(CROSS_COMPILE)ar