From d39db5674734029a7aa11ea4446fd8923d51ce0e Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Mon, 19 Sep 2022 11:09:36 +0200 Subject: [PATCH] Really finalize 1.8.4 release. Fix SONAME screw-up in last commit. --- ginac/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ginac/version.h b/ginac/version.h index 974c35f3..30b2eb7f 100644 --- a/ginac/version.h +++ b/ginac/version.h @@ -55,7 +55,7 @@ // TODO, when breaking the SONAME: // * change matrix inverse to use default argument (twice) // * check for interfaces marked as deprecated -#define GINAC_LT_CURRENT 13 +#define GINAC_LT_CURRENT 12 #define GINAC_LT_REVISION 3 #define GINAC_LT_AGE 1 -- 2.44.0