From c78004bc95e26402aeceae353477a899e2bf4e90 Mon Sep 17 00:00:00 2001 From: Leon Eifler Date: Wed, 12 Jun 2024 14:35:45 +0200 Subject: [PATCH] Revert "increase APIVERSION" This reverts commit 49251ff8607e42836c9c385fac2f7d808a828714. --- src/soplex/spxdefines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soplex/spxdefines.h b/src/soplex/spxdefines.h index 483505d3..7c3a33b8 100644 --- a/src/soplex/spxdefines.h +++ b/src/soplex/spxdefines.h @@ -93,7 +93,7 @@ bool EQ(int a, int b); #define SOPLEX_VERSION 701 #define SOPLEX_SUBVERSION 0 -#define SOPLEX_APIVERSION 15 +#define SOPLEX_APIVERSION 14 #define SOPLEX_COPYRIGHT "Copyright (c) 1996-2024 Zuse Institute Berlin (ZIB)" /*-----------------------------------------------------------------------------