X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fversion.h.in;h=e165a14e83238bc328be25b82c7d4f7f7e6213cf;hp=81b8ecc612b0b0305dc4a0b810f814363cfa37ac;hb=5f041117d8034365c386764b4c373bdb2fe9e1ac;hpb=fa38eb10760c5b60ad264edbe184c0e6bbbd05a3 diff --git a/ginac/version.h.in b/ginac/version.h.in index 81b8ecc6..e165a14e 100644 --- a/ginac/version.h.in +++ b/ginac/version.h.in @@ -28,4 +28,12 @@ #define GINACLIB_MINOR_VERSION @GINACLIB_MINOR_VERSION@ #define GINACLIB_MICRO_VERSION @GINACLIB_MICRO_VERSION@ +namespace GiNaC { + +extern const int version_major; +extern const int version_minor; +extern const int version_micro; + +} // namespace GiNaC + #endif // ndef __GINAC_VERSION_H__