X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fversion.h.in;h=a8a717577723af6781e9b585dd2e28ae80f2c6ed;hp=d22c74b9c3c3f7ccb6a761504303d93d37faee54;hb=526825bcee294cb20e37d8db6d5040ba0f8c428f;hpb=6d225ee55693c0617d254e6fa283c00c71bd2919 diff --git a/ginac/version.h.in b/ginac/version.h.in index d22c74b9..a8a71757 100644 --- a/ginac/version.h.in +++ b/ginac/version.h.in @@ -3,7 +3,7 @@ * GiNaC library version information. */ /* - * GiNaC Copyright (C) 1999-2004 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 {