added swig version info in code header

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@615 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Harco de Hilster 2000-08-04 08:32:39 +00:00
commit a95105eb65

View file

@ -893,7 +893,7 @@ void emit_shadow_banner(FILE *f) {
Printf(f, " *\n");
Printf(f, " * This file was automatically generated by :\n");
Printf(f, " * Simplified Wrapper and Interface Generator (SWIG)\n");
Printf(f, " * Version 1.1 (Final)\n");
Printf(f, " * Version: %s\n", SWIG_VERSION);
Printf(f, " *\n");
Printf(f, " * Portions Copyright (c) 1995-1997\n");
Printf(f, " * The University of Utah and The Regents of the University of California.\n");