From 13905769fe865764a271f0e2aeb22f422e1289d7 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Sun, 11 Oct 2020 19:08:19 +0200 Subject: [PATCH 1/1] Reset GINAC_LT_AGE to bump SONAME. Vladimir's last changes affected virtual functions and vtbl changes usually require a new library version. --- ginac/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ginac/version.h b/ginac/version.h index 8b024e40..56eac203 100644 --- a/ginac/version.h +++ b/ginac/version.h @@ -54,7 +54,7 @@ // * remove interfaces marked as deprecated #define GINAC_LT_CURRENT 11 #define GINAC_LT_REVISION 0 -#define GINAC_LT_AGE 5 +#define GINAC_LT_AGE 0 /* * GiNaC archive file version information. -- 2.44.0