From: Richard Kreckel Date: Sat, 10 Oct 2020 19:35:05 +0000 (+0200) Subject: Set version, soname ahead of release. X-Git-Tag: release_1-8-0~10 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=71fdb941e62f5e4bf131bc40468cfa7a4a5c986a Set version, soname ahead of release. --- diff --git a/ginac/version.h b/ginac/version.h index e87377a2..8b024e40 100644 --- a/ginac/version.h +++ b/ginac/version.h @@ -27,10 +27,10 @@ #define GINACLIB_MAJOR_VERSION 1 /* Minor version of GiNaC */ -#define GINACLIB_MINOR_VERSION 7 +#define GINACLIB_MINOR_VERSION 8 /* Micro version of GiNaC */ -#define GINACLIB_MICRO_VERSION 11 +#define GINACLIB_MICRO_VERSION 0 // GiNaC library version information. It has very little to do with GiNaC // version number. In particular, library version is OS dependent. @@ -52,9 +52,9 @@ // TODO, when setting GINAC_LT_REVISION to 0: // * change matrix inverse to use default argument (twice) // * remove interfaces marked as deprecated -#define GINAC_LT_CURRENT 10 -#define GINAC_LT_REVISION 5 -#define GINAC_LT_AGE 4 +#define GINAC_LT_CURRENT 11 +#define GINAC_LT_REVISION 0 +#define GINAC_LT_AGE 5 /* * GiNaC archive file version information.