X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fversion.h.in;h=ffc0fceb6e950b2a3cb11fb5f5c400268e790286;hp=81b8ecc612b0b0305dc4a0b810f814363cfa37ac;hb=11c7f91bf740646e78ffa0711ef405aefca96705;hpb=6a0b4545189926492f657b201e3ed1b9de1dd897 diff --git a/ginac/version.h.in b/ginac/version.h.in index 81b8ecc6..ffc0fceb 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-2001 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__