From 7c53eadf9d2291f677f72ecc3972c08c59484f11 Mon Sep 17 00:00:00 2001 From: ngn Date: Mon, 19 Aug 2024 00:52:16 +0300 Subject: [PATCH] update: VERSION in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f515741..4930608 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ SUBDIRS := $(wildcard */.) -VERSION = 24.04 +VERSION = 24.05 install: @for dir in $(SUBDIRS) ; do \