X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fversion.h;h=8a62970d6a4d8a346ebf1c85b7c2011def81616b;hp=edae8249e3a53924a1ae78069c1c7c52fa9fdb2d;hb=239bfb08882b0aa089d68bad145f61397134b2f0;hpb=cca88b51436e4b654d16a4d60cd0d1c66fcf5dd6 diff --git a/ginac/version.h b/ginac/version.h index edae8249..8a62970d 100644 --- a/ginac/version.h +++ b/ginac/version.h @@ -3,7 +3,7 @@ * GiNaC library version information. */ /* - * GiNaC Copyright (C) 1999-2014 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2016 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 @@ -27,10 +27,10 @@ #define GINACLIB_MAJOR_VERSION 1 /* Minor version of GiNaC */ -#define GINACLIB_MINOR_VERSION 6 +#define GINACLIB_MINOR_VERSION 7 /* Micro version of GiNaC */ -#define GINACLIB_MICRO_VERSION 2 +#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. @@ -49,7 +49,7 @@ // increasing. This doesn't matter, though: there is not incurred cost // for numbers that are omitted, except for shrinking the available space // of leftover numbers. Not something we need to worry about yet. ;-) -#define GINAC_LT_CURRENT 4 +#define GINAC_LT_CURRENT 6 #define GINAC_LT_REVISION 0 #define GINAC_LT_AGE 0