summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README3
-rw-r--r--config/gr_scripting.m42
2 files changed, 2 insertions, 3 deletions
diff --git a/README b/README
index 8ec162dde..4692f8fcc 100644
--- a/README
+++ b/README
@@ -179,8 +179,7 @@ Unit testing framework for C++.
(8) Simple Wrapper Interface Generator. http://www.swig.org
-These versions are known to work:
- 1.3.23, 1.3.24, 1.3.25, 1.3.27, 1.3.28, 1.3.29
+As of repository version 4045, gnuradio requires version 1.3.31 or newer.
(9) SDCC: Small Device C Compiler. http://sdcc.sourceforge.net/
diff --git a/config/gr_scripting.m4 b/config/gr_scripting.m4
index a6fd11422..8de7f3cd1 100644
--- a/config/gr_scripting.m4
+++ b/config/gr_scripting.m4
@@ -24,7 +24,7 @@ AC_DEFUN([GR_SCRIPTING],[
AC_REQUIRE([AC_PROG_CXX])
AC_REQUIRE([AC_PROG_LIBTOOL])
- SWIG_PROG(1.3.23)
+ SWIG_PROG(1.3.31)
SWIG_ENABLE_CXX
SWIG_PYTHON
])