From 626f946224be8e981fcb24f33899ff79c255c799 Mon Sep 17 00:00:00 2001 From: Andras Fuchs Date: Tue, 31 Jan 2023 18:03:44 +0100 Subject: [PATCH] Change the version to 2.0.1 --- global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.h b/global.h index 03e9fdb..2e01f81 100644 --- a/global.h +++ b/global.h @@ -16,7 +16,7 @@ #endif #define PROGRAM_NAME "EDFbrowser" -#define PROGRAM_VERSION "2.0.0" +#define PROGRAM_VERSION "2.0.1" #define MINIMUM_QT_VERSION 0x040701 #define MAXFILES 32 #define MAXSIGNALS 512