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:
parent
d489112eb9
commit
408bb7225e
1 changed files with 4 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue