summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ANNOUNCE8
-rw-r--r--CHANGES.current2
-rw-r--r--Doc/Manual/Sections.html2
-rw-r--r--README2
-rw-r--r--RELEASENOTES4
5 files changed, 11 insertions, 7 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index 1c3297a5c..caaa55d8c 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,8 +1,8 @@
-*** ANNOUNCE: SWIG 2.0.10 (in progress) ***
+*** ANNOUNCE: SWIG 2.0.11 (15 Sep 2013) ***
http://www.swig.org
-We're pleased to announce SWIG-2.0.10, the latest SWIG release.
+We're pleased to announce SWIG-2.0.11, 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.10.tar.gz
+ http://prdownloads.sourceforge.net/swig/swig-2.0.11.tar.gz
A Windows version is also available at
- http://prdownloads.sourceforge.net/swig/swigwin-2.0.10.zip
+ http://prdownloads.sourceforge.net/swig/swigwin-2.0.11.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.current b/CHANGES.current
index 7e756e912..1727ecb2c 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -2,7 +2,7 @@ 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.11 (in progress)
+Version 2.0.11 (15 Sep 2013)
============================
2013-09-15: wsfulton
diff --git a/Doc/Manual/Sections.html b/Doc/Manual/Sections.html
index 9e4a3dd17..2dfb438f8 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.10 (in progress)
+Last update : SWIG-2.0.11 (15 Sep 2013)
<H2>Sections</H2>
diff --git a/README b/README
index 444643a0d..946bd9a8f 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
SWIG (Simplified Wrapper and Interface Generator)
-Version: 2.0.10 (in progress)
+Version: 2.0.11 (15 Sep 2013)
Tagline: SWIG is a compiler that integrates C and C++ with languages
including Perl, Python, Tcl, Ruby, PHP, Java, C#, D, Go, Lua,
diff --git a/RELEASENOTES b/RELEASENOTES
index 49eacf28a..720dc9d34 100644
--- a/RELEASENOTES
+++ b/RELEASENOTES
@@ -4,6 +4,10 @@ and CHANGES files.
Release Notes
=============
+SWIG-2.0.11 summary:
+- Minor bug fixes and enhancements mostly in Python, but also
+ C#, Lua, Ocaml, Octave, Perl, PHP, Python, R, Ruby, Tcl.
+
SWIG-2.0.10 summary:
- Ruby 1.9 support is now complete.
- Add support for Guile 2.0 and Guile 1.6 support (GH interface) has