From af5a673ce137fa6b8da79f1232c8782b4fc5673c Mon Sep 17 00:00:00 2001 From: Robert Smith Date: Thu, 23 Apr 2020 04:58:07 +1000 Subject: [PATCH] Updating core/version.h to reflect tag 3.0.0 --- core/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/version.h b/core/version.h index 47f9c2fb2b..243180c79e 100644 --- a/core/version.h +++ b/core/version.h @@ -9,7 +9,7 @@ // git tag -s 3.3 // git push --follow-tags -#define MRTRIX_BASE_VERSION "3.0_RC4" +#define MRTRIX_BASE_VERSION "3.0.0" #endif