Version simplification.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4188 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2002-12-11 22:40:08 +00:00
commit 408bb7225e

View file

@ -12,7 +12,9 @@
char cvsroot_misc_c[] = "$Header$";
#include "swig.h"
#include "swigver.h"
#ifndef MACSWIG
#include "swigconfig.h"
#endif
#include <ctype.h>
/* -----------------------------------------------------------------------------
@ -48,7 +50,7 @@ Swig_banner(File *f) {
* coding conventions designed to improve portability and efficiency. Do not make\n\
* changes to this file unless you know what you are doing--modify the SWIG \n\
* interface file instead. \n\
* ----------------------------------------------------------------------------- */\n\n", SWIG_VERSION);
* ----------------------------------------------------------------------------- */\n\n", PACKAGE_VERSION);
}