From 05701836d363c5c3f34715e30c71a3ca5ffb1f0e Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 15 Nov 2006 23:52:38 +0000 Subject: [PATCH] bump vertion to 1.3.31 git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9567 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SWIG/configure.in b/SWIG/configure.in index 806dea407..6edc0349f 100644 --- a/SWIG/configure.in +++ b/SWIG/configure.in @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. dnl The macros which aren't shipped with the autotools are stored in the dnl Tools/config directory in .m4 files. -AC_INIT([swig],[1.3.30],[http://www.swig.org]) +AC_INIT([swig],[1.3.31],[http://www.swig.org]) AC_PREREQ(2.58) AC_CONFIG_SRCDIR([Source/Swig/swig.h]) AC_CONFIG_AUX_DIR([Tools/config])