From c6d76a59658b22e047cd1d54569832e530e6133b Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sun, 10 Feb 2008 21:44:18 +0000 Subject: [PATCH] Bump SWIG_RUNTIME_VERSION due to change in the conversion functions, ie change in definition of swig_converter_func git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10244 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 4 ++++ Lib/swigrun.swg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.current b/CHANGES.current index 9e0f3ea24..10840002b 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,6 +1,10 @@ Version 1.3.34 (in progress) ============================ +02/10/2007: wsfulton + Bump SWIG_RUNTIME_VERSION to 4. This is because of the recently introduced API + change in the conversion functions, ie change in definition of swig_converter_func. + 02/09/2007: wsfulton [Python] Experimental shared_ptr typemaps added. Usage is the same as the recently added Java and C# shared_ptr typemaps. Two macros are available, although these diff --git a/Lib/swigrun.swg b/Lib/swigrun.swg index 25768189f..9ee676a2b 100644 --- a/Lib/swigrun.swg +++ b/Lib/swigrun.swg @@ -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 "3" +#define SWIG_RUNTIME_VERSION "4" /* define SWIG_TYPE_TABLE_NAME as "SWIG_TYPE_TABLE" */ #ifdef SWIG_TYPE_TABLE