From 64646c4e8c15ce4600807944c755920542c8ff78 Mon Sep 17 00:00:00 2001 From: zoff99 Date: Sat, 17 Oct 2020 12:12:40 +0200 Subject: [PATCH] new version --- toxblinkenwall/toxblinkenwall.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toxblinkenwall/toxblinkenwall.c b/toxblinkenwall/toxblinkenwall.c index 4482929..989eef6 100644 --- a/toxblinkenwall/toxblinkenwall.c +++ b/toxblinkenwall/toxblinkenwall.c @@ -212,8 +212,8 @@ echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor // ----------- version ----------- #define VERSION_MAJOR 0 #define VERSION_MINOR 99 -#define VERSION_PATCH 85 -static const char global_version_string[] = "0.99.85"; +#define VERSION_PATCH 86 +static const char global_version_string[] = "0.99.86"; #define TBW_GIT_COMMIT_HASH "00000006" // ----------- version -----------