X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fversion.h;h=b40f9a6598dcf8077728ed7625d368a08ebf8751;hp=187d421ff2745c1b95208f8c894f2dd2110c952d;hb=bdb55d384a110d8704b4bae3f46e9ee8b1c6a7a0;hpb=956a3ad3779759028bfd742456ed9eafc3e85063 diff --git a/ginac/version.h b/ginac/version.h index 187d421f..b40f9a65 100644 --- a/ginac/version.h +++ b/ginac/version.h @@ -26,6 +26,6 @@ /* Major, minor, and micro version number of the GiNaC library. */ #define GINACLIB_MAJOR_VERSION 0 #define GINACLIB_MINOR_VERSION 6 -#define GINACLIB_MICRO_VERSION 0 +#define GINACLIB_MICRO_VERSION 1 #endif // ndef __GINAC_VERSION_H__