X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fversion.h.in;h=cec6b9051591a350e7d35766a28a35a4d1c8e319;hp=81b8ecc612b0b0305dc4a0b810f814363cfa37ac;hb=c1285bb62f3a86454ca26260cf8b4352238a1fc5;hpb=6a0b4545189926492f657b201e3ed1b9de1dd897 diff --git a/ginac/version.h.in b/ginac/version.h.in index 81b8ecc6..cec6b905 100644 --- a/ginac/version.h.in +++ b/ginac/version.h.in @@ -3,7 +3,7 @@ * GiNaC library version information. */ /* - * GiNaC Copyright (C) 1999-2000 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2003 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 @@ -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__