X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fversion.h.in;h=a8a717577723af6781e9b585dd2e28ae80f2c6ed;hp=da42751b440ccae45c115d5d7b8342eb9db964e6;hb=eccdca0011fc44bc14cfcb7ffd82dbcb653e19a5;hpb=83a7ee99a947cbbf331018b803ad6be43a9ccd45 diff --git a/ginac/version.h.in b/ginac/version.h.in index da42751b..a8a71757 100644 --- a/ginac/version.h.in +++ b/ginac/version.h.in @@ -23,10 +23,14 @@ #ifndef __GINAC_VERSION_H__ #define __GINAC_VERSION_H__ -/* Major, minor, and micro version number of the GiNaC library. */ -#define GINACLIB_MAJOR_VERSION @GINACLIB_MAJOR_VERSION@ -#define GINACLIB_MINOR_VERSION @GINACLIB_MINOR_VERSION@ -#define GINACLIB_MICRO_VERSION @GINACLIB_MICRO_VERSION@ +/* Major version of GiNaC */ +#undef GINACLIB_MAJOR_VERSION + +/* Minor version of GiNaC */ +#undef GINACLIB_MINOR_VERSION + +/* Micro version of GiNaC */ +#undef GINACLIB_MICRO_VERSION namespace GiNaC {