From 42a2a8333ae1897294bcd463fcf279392bd3f105 Mon Sep 17 00:00:00 2001 From: Robert Izzard <r.izzard@surrey.ac.uk> Date: Wed, 11 Aug 2021 10:24:03 +0100 Subject: [PATCH] remove MINT from the standard build --- src/binary_c_parameters.h | 2 +- src/binary_c_version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/binary_c_parameters.h b/src/binary_c_parameters.h index fdc59fc21..e9b1d102e 100644 --- a/src/binary_c_parameters.h +++ b/src/binary_c_parameters.h @@ -64,7 +64,7 @@ * * Post-MS evolution has not yet been implemented. */ -#define MINT +//#define MINT /************************************************************ diff --git a/src/binary_c_version.h b/src/binary_c_version.h index 609d15b92..a74df777a 100644 --- a/src/binary_c_version.h +++ b/src/binary_c_version.h @@ -30,7 +30,7 @@ * * Patch is zero for a major release. */ -#define BINARY_C_VERSION "2.2pre1" +#define BINARY_C_VERSION "2.2.0" /* and a CEMP run version */ #define CEMP_VERSION "prelim10-O1-noCNEMPs" -- GitLab