From 637104f61e815fe847e2c16491bb245a7b0fc41d Mon Sep 17 00:00:00 2001 From: Simon Rodriguez Date: Sat, 12 Dec 2020 19:07:26 +0100 Subject: [PATCH] State: increase version number. --- src/rendering/State.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rendering/State.h b/src/rendering/State.h index cc4f486..23e4f1b 100755 --- a/src/rendering/State.h +++ b/src/rendering/State.h @@ -12,7 +12,7 @@ #include #define MIDIVIZ_VERSION_MAJOR 6 -#define MIDIVIZ_VERSION_MINOR 1 +#define MIDIVIZ_VERSION_MINOR 2 #define COLUMN_SIZE 170 #define EXPORT_COLUMN_SIZE 200