From 3e2dc6c7f550e6193f5cde8d08c5b92029f6f4a0 Mon Sep 17 00:00:00 2001 From: Joseph <119084558+DerjenigeUberMensch@users.noreply.github.com> Date: Thu, 29 Aug 2024 10:13:39 +0800 Subject: [PATCH] bump 2.7.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b0f3da6..d6c99b9 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ include config.mk # The name of the executable to be created BIN_NAME := vox-wm MARK = ${BIN_NAME} -VERSION = 2.6.0 +VERSION = 2.7.0 # Extension of source files used in the project SRC_EXT = c # Path to the source directory, relative to the makefile