summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2016-06-12 00:23:15 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2016-06-12 00:23:15 +0100
commitd9875c6579efc8a56132313704c69e627c990dac (patch)
treebd9e475ad3ae7ac6e77966d75c42ecfe3738aa5b
parent9c9a503a506e504c407537c38c24c8dfe517bb4d (diff)
downloadswig-d9875c6579efc8a56132313704c69e627c990dac.tar.gz
swig-3.0.10 releasev3.0.10rel-3.0.10
-rw-r--r--ANNOUNCE2
-rw-r--r--CHANGES.current2
-rw-r--r--Doc/Manual/Sections.html2
-rw-r--r--README2
-rw-r--r--RELEASENOTES2
5 files changed, 5 insertions, 5 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index 71c4f2ec2..5fec2f40e 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,4 +1,4 @@
-*** ANNOUNCE: SWIG 3.0.10 (in progress) ***
+*** ANNOUNCE: SWIG 3.0.10 (12 Jun 2016) ***
http://www.swig.org
diff --git a/CHANGES.current b/CHANGES.current
index d0ab95a5e..b5b4567e2 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 3.0.10 (in progress)
+Version 3.0.10 (12 Jun 2016)
============================
2016-06-06: mromberg
diff --git a/Doc/Manual/Sections.html b/Doc/Manual/Sections.html
index 8df5f33db..0adc60642 100644
--- a/Doc/Manual/Sections.html
+++ b/Doc/Manual/Sections.html
@@ -8,7 +8,7 @@
<H1><a name="Sections">SWIG-3.0 Documentation</a></H1>
<p>
-Last update : SWIG-3.0.10 (in progress)
+Last update : SWIG-3.0.10 (12 Jun 2016)
</p>
<H2><a name="Sections_Sections">Sections</a></H2>
diff --git a/README b/README
index 46f767338..8d1a5a231 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
SWIG (Simplified Wrapper and Interface Generator)
-Version: 3.0.10 (in progress)
+Version: 3.0.10 (12 Jun 2016)
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 9a04b93f3..080bb6066 100644
--- a/RELEASENOTES
+++ b/RELEASENOTES
@@ -8,7 +8,7 @@ Detailed release notes are available with the release and are also
published on the SWIG web site at http://swig.org/release.html.
SWIG-3.0.10 summary:
-- Regression fixes for smart pointers and importing python modules.
+- Regression fixes for smart pointers and importing Python modules.
SWIG-3.0.9 summary:
- Add support for Python's implicit namespace packages.