From b29a8487568eb39f8a020d98bac03301ddc0e661 Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Mon, 21 Oct 2024 18:30:53 +0200 Subject: [PATCH] Update version --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0fca9a3..248d071 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -RELEASE_DATE := "1 October 2024" +RELEASE_DATE := "21 October 2024" RELEASE_MAJOR := 3 RELEASE_MINOR := 1 -RELEASE_MICRO := 0 +RELEASE_MICRO := 1 RELEASE_NAME := dkms RELEASE_VERSION := $(RELEASE_MAJOR).$(RELEASE_MINOR).$(RELEASE_MICRO) RELEASE_STRING := $(RELEASE_NAME)-$(RELEASE_VERSION)