summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2012-04-30 05:27:09 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2012-04-30 05:27:09 +0000
commitd6cef9337f044f9482995d10ed05fc5c1a4e2c21 (patch)
tree6579182e7075443861c19bbdb5ee0422d4a8bff7
parent8aeb72ef3b287c534f7c8e48ddb4301f4b3c99fb (diff)
downloadswig-d6cef9337f044f9482995d10ed05fc5c1a4e2c21.tar.gz
Bump version to 2.0.7
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13029 626c5289-ae23-0410-ae9c-e8d60b6d4f22
-rw-r--r--ANNOUNCE8
-rw-r--r--CHANGES13
-rw-r--r--CHANGES.current14
-rw-r--r--Doc/Manual/Sections.html2
-rw-r--r--README2
-rw-r--r--configure.in2
6 files changed, 22 insertions, 19 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index 825837614..46c570cb1 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,8 +1,8 @@
-*** ANNOUNCE: SWIG 2.0.6 (30 April 2012) ***
+*** ANNOUNCE: SWIG 2.0.7 (in progress) ***
http://www.swig.org
-We're pleased to announce SWIG-2.0.6, the latest SWIG release.
+We're pleased to announce SWIG-2.0.7, the latest SWIG release.
What is SWIG?
=============
@@ -21,11 +21,11 @@ Availability
============
The release is available for download on Sourceforge at
- http://prdownloads.sourceforge.net/swig/swig-2.0.6.tar.gz
+ http://prdownloads.sourceforge.net/swig/swig-2.0.7.tar.gz
A Windows version is also available at
- http://prdownloads.sourceforge.net/swig/swigwin-2.0.6.zip
+ http://prdownloads.sourceforge.net/swig/swigwin-2.0.7.zip
Please report problems with this release to the swig-devel mailing list,
details at http://www.swig.org/mail.html.
diff --git a/CHANGES b/CHANGES
index 70af78333..534d9cb71 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,19 @@ SWIG (Simplified Wrapper and Interface Generator)
See the CHANGES.current file for changes in the current version.
See the RELEASENOTES file for a summary of changes in each release.
+Version 2.0.6 (30 April 2012)
+=============================
+
+2012-04-25: wsfulton
+ [Lua] Fix uninitialised variable in SWIGTYPE **OUTPUT typemaps as reported by Jim Anderson.
+
+2012-04-28: wsfulton
+ [Python] Fix compilation errors when wrapping STL containers on Mac OSX and possibly other systems.
+
+2012-04-28: wsfulton
+ [Java] Patch 3521811 from Leo Davis - char **STRING_ARRAY typemaps fixed to handle
+ null pointers.
+
Version 2.0.5 (19 April 2012)
=============================
diff --git a/CHANGES.current b/CHANGES.current
index cb64a7937..12e378ed8 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -2,16 +2,6 @@ Below are the changes for the current release.
See the CHANGES file for changes in older releases.
See the RELEASENOTES file for a summary of changes in each release.
-Version 2.0.6 (30 April 2012)
-=============================
-
-2012-04-25: wsfulton
- [Lua] Fix uninitialised variable in SWIGTYPE **OUTPUT typemaps as reported by Jim Anderson.
-
-2012-04-28: wsfulton
- [Python] Fix compilation errors when wrapping STL containers on Mac OSX and possibly other systems.
-
-2012-04-28: wsfulton
- [Java] Patch 3521811 from Leo Davis - char **STRING_ARRAY typemaps fixed to handle
- null pointers.
+Version 2.0.7 (in progress)
+===========================
diff --git a/Doc/Manual/Sections.html b/Doc/Manual/Sections.html
index 1151de1d5..61c94544e 100644
--- a/Doc/Manual/Sections.html
+++ b/Doc/Manual/Sections.html
@@ -6,7 +6,7 @@
<body bgcolor="#ffffff">
<H1><a name="Sections"></a>SWIG-2.0 Documentation</H1>
-Last update : SWIG-2.0.6 (30 April 2012)
+Last update : SWIG-2.0.7 (in progress)
<H2>Sections</H2>
diff --git a/README b/README
index d846665e3..a683745ae 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
SWIG (Simplified Wrapper and Interface Generator)
-Version: 2.0.6 (30 April 2012)
+Version: 2.0.7 (in progress)
Tagline: SWIG is a compiler that integrates C and C++ with languages
including Perl, Python, Tcl, Ruby, PHP, Java, Ocaml, Lua,
diff --git a/configure.in b/configure.in
index 77791bd02..79f780b67 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],[2.0.6],[http://www.swig.org])
+AC_INIT([swig],[2.0.7],[http://www.swig.org])
dnl NB: When this requirement is increased to 2.60 or later, AC_PROG_SED
dnl definition below can be removed