From 6b2d52cea9d8298519fca52f6a6c514b97280cc3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Aug 2025 16:22:50 +0200 Subject: Redis 8.2 GA (v8.2.0) Released Mon 4 Aug 2025 15:00:00 IST --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1e65467..91b0fd5 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) -include ../common/Makefile +include ../../common/Makefile -- cgit