X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fversion.h;h=590a765d4abc18c6d4a673b96e36fd5dbc22f572;hb=ec64e556734484ca3c518e6de95b26be61bedee7;hp=f24ddd5353c5dbbf967eb2652d2fa8b8487e80b0;hpb=b2a0360baf9f1c7f4d335d6da6640e80afe8058b;p=ginac.git diff --git a/ginac/version.h b/ginac/version.h index f24ddd53..590a765d 100644 --- a/ginac/version.h +++ b/ginac/version.h @@ -3,7 +3,7 @@ * GiNaC library version information. */ /* - * GiNaC Copyright (C) 1999-2018 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2019 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -30,7 +30,7 @@ #define GINACLIB_MINOR_VERSION 7 /* Micro version of GiNaC */ -#define GINACLIB_MICRO_VERSION 4 +#define GINACLIB_MICRO_VERSION 5 // 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 8 +#define GINAC_LT_CURRENT 9 #define GINAC_LT_REVISION 0 -#define GINAC_LT_AGE 2 +#define GINAC_LT_AGE 3 /* * GiNaC archive file version information.