From a9c324db67470a222b20d8ddaa9b4e1e488e9771 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Sun, 2 Apr 2023 17:04:13 +0900 Subject: [PATCH] Bump version to 2.4.0 --- src/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.h b/src/global.h index b075056..1552511 100644 --- a/src/global.h +++ b/src/global.h @@ -2,7 +2,7 @@ #define _GLOBAL_H_ #define PROGRAM_NAME "mbpfan" -#define PROGRAM_VERSION "2.3.0" +#define PROGRAM_VERSION "2.4.0" #define PROGRAM_PID "/var/run/mbpfan.pid" extern int daemonize;