diff options
author | William S Fulton <wsf@fultondesigns.co.uk> | 2010-02-27 23:04:21 +0000 |
---|---|---|
committer | William S Fulton <wsf@fultondesigns.co.uk> | 2010-02-27 23:04:21 +0000 |
commit | 283bb830bd1f9eb87ae2d957d4095c5de47a0bf9 (patch) | |
tree | 9dbb12a33ae767c2b4cd90318bc2e5651bea5953 /configure.in | |
parent | f6ce153f8f8f1570df5a3a6f961b7e0a3f30dbea (diff) | |
download | swig-283bb830bd1f9eb87ae2d957d4095c5de47a0bf9.tar.gz |
SWIG license change - Licenses put in place and bump version to 2.0.0 - Source moves to GPLv3. The Examples and Lib move to a very permissive license, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11873 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index f457d73e3..b2403c41b 100644 --- a/configure.in +++ b/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.41],[http://www.swig.org]) +AC_INIT([swig],[2.0.0],[http://www.swig.org]) AC_PREREQ(2.58) AC_CONFIG_SRCDIR([Source/Swig/swig.h]) AC_CONFIG_AUX_DIR([Tools/config]) |