X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;ds=sidebyside;f=ginac%2Fversion.h.in;h=a8a717577723af6781e9b585dd2e28ae80f2c6ed;hb=c0fcba137d26486085ed5d4104b34d2c44978693;hp=cec6b9051591a350e7d35766a28a35a4d1c8e319;hpb=dbd9c306a74f1cb258c0d15a346b973b39deaad2;p=ginac.git diff --git a/ginac/version.h.in b/ginac/version.h.in index cec6b905..a8a71757 100644 --- a/ginac/version.h.in +++ b/ginac/version.h.in @@ -3,7 +3,7 @@ * GiNaC library version information. */ /* - * GiNaC Copyright (C) 1999-2003 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,16 +17,20 @@ * * 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__ #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 {