aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2008-02-10 21:44:18 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2008-02-10 21:44:18 +0000
commitc6d76a59658b22e047cd1d54569832e530e6133b (patch)
tree5fa4367e853b12c51e7891304a5b86cf8b3addd5
parentc62cb6180e831fc17b61fc56ecd01df0ad2fc7f5 (diff)
downloadswig-c6d76a59658b22e047cd1d54569832e530e6133b.tar.gz
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
-rw-r--r--CHANGES.current4
-rw-r--r--Lib/swigrun.swg2
2 files changed, 5 insertions, 1 deletions
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