X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fversion.h;h=385b35de89099e6fea071a6604feb653dfbff38a;hp=b40f9a6598dcf8077728ed7625d368a08ebf8751;hb=refs%2Ftags%2Frelease_0-6-2;hpb=b1a6060a648691454b8e0b403ddcf205e2456f63 diff --git a/ginac/version.h b/ginac/version.h index b40f9a65..385b35de 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 1 +#define GINACLIB_MICRO_VERSION 2 #endif // ndef __GINAC_VERSION_H__