Add swig-2.0.3 release date and summary

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12566 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2011-03-29 21:50:23 +00:00
commit 9b60e3b7bb
5 changed files with 8 additions and 4 deletions

View file

@ -1,4 +1,4 @@
*** ANNOUNCE: SWIG 2.0.3 (in progress) ***
*** ANNOUNCE: SWIG 2.0.3 (29 March 2011) ***
http://www.swig.org

View file

@ -2,7 +2,7 @@ This file contains 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.3 (in progress)
Version 2.0.3 (29 March 2011)
===========================
2011-03-29: wsfulton

View file

@ -6,7 +6,7 @@
<body bgcolor="#ffffff">
<H1><a name="Sections"></a>SWIG-2.0 Documentation</H1>
Last update : SWIG-2.0.3 (in progress)
Last update : SWIG-2.0.3 (29 March 2011)
<H2>Sections</H2>

2
README
View file

@ -1,6 +1,6 @@
SWIG (Simplified Wrapper and Interface Generator)
Version: 2.0.3 (in progress)
Version: 2.0.3 (29 March 2011)
Tagline: SWIG is a compiler that integrates C and C++ with languages
including Perl, Python, Tcl, Ruby, PHP, Java, Ocaml, Lua,

View file

@ -4,6 +4,10 @@ and CHANGES files.
Release Notes
=============
SWIG-2.0.3 summary:
- A bug fix release including a couple of fixes for regressions in the
2.0 series.
SWIG-2.0.2 summary:
- Support for the D language has been added.
- Various bug fixes and minor enhancements.