From 2448e08fd216f66ac0471e642ad448b529f12994 Mon Sep 17 00:00:00 2001 From: Takanori Nakane Date: Wed, 28 Sep 2022 09:52:11 +0900 Subject: [PATCH] RELION 3.1.4: This is the final release for 3.1.x. --- README.md | 2 +- src/macros.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68fac9c71..cd62c982b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -RELION 3.1.3 +RELION 3.1.4 ============= RELION (for REgularised LIkelihood OptimisatioN) is a stand-alone computer diff --git a/src/macros.h b/src/macros.h index 44334ea73..44033004e 100644 --- a/src/macros.h +++ b/src/macros.h @@ -45,7 +45,7 @@ #ifndef MACROS_H #define MACROS_H -#define RELION_SHORT_VERSION "3.1.3" +#define RELION_SHORT_VERSION "3.1.4" extern const char *g_RELION_VERSION; #include