X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fversion.h.in;h=da42751b440ccae45c115d5d7b8342eb9db964e6;hp=81b8ecc612b0b0305dc4a0b810f814363cfa37ac;hb=502e76319b484c32246707e33e70a428ac5dc6ad;hpb=6a0b4545189926492f657b201e3ed1b9de1dd897 diff --git a/ginac/version.h.in b/ginac/version.h.in index 81b8ecc6..da42751b 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-2008 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 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __GINAC_VERSION_H__ @@ -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__