summaryrefslogtreecommitdiff
path: root/src/bindings/swig.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bindings/swig.h')
-rw-r--r--src/bindings/swig.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/bindings/swig.h b/src/bindings/swig.h
index 76a64a75f..5316eef12 100644
--- a/src/bindings/swig.h
+++ b/src/bindings/swig.h
@@ -21,12 +21,11 @@
# error This file should only be included when generating swig interfaces.
#endif /* SWIG */
-#if !defined(SWIG_VERSION) || SWIG_VERSION < 0x020000
-# error CVC4 bindings require swig version 2.0.0 or later, sorry.
+#if !defined(SWIG_VERSION) || SWIG_VERSION < 0x030000
+# error CVC4 bindings require swig version 3.0.0 or later, sorry.
#endif /* SWIG_VERSION */
%import "cvc4_public.h"
-%import "base/tls.h"
// swig doesn't like GCC attributes
#define __attribute__(x)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback