Increment SWIG_RUNTIME_VERSION to 3, because of addition of owndata
Reported by: Prabhu Ramachandran git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9214 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
55d4c5e59b
commit
6bb04af69e
2 changed files with 6 additions and 1 deletions
|
|
@ -1,5 +1,10 @@
|
|||
Version 1.3.30 (in progress)
|
||||
============================
|
||||
07/14/2006: wuzzeb (John Lenz)
|
||||
Increment the SWIG_RUNTIME_VERSION to 3, because of the
|
||||
addition of the owndata member in swig_type_info.
|
||||
Reported by: Prabhu Ramachandran
|
||||
|
||||
07/05/2006: wsfulton
|
||||
Fix $symname special variable expansion.
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
/* This should only be incremented when either the layout of swig_type_info changes,
|
||||
or for whatever reason, the runtime changes incompatibly */
|
||||
#define SWIG_RUNTIME_VERSION "2"
|
||||
#define SWIG_RUNTIME_VERSION "3"
|
||||
|
||||
/* define SWIG_TYPE_TABLE_NAME as "SWIG_TYPE_TABLE" */
|
||||
#ifdef SWIG_TYPE_TABLE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue