diff --git a/ANNOUNCE b/ANNOUNCE index cdf246e07..431661fbb 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,4 +1,4 @@ -*** ANNOUNCE: SWIG 2.0.2 (in progress) *** +*** ANNOUNCE: SWIG 2.0.2 (20 February 2011) *** http://www.swig.org diff --git a/CHANGES.current b/CHANGES.current index cdad955dd..ab51040ca 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -2,8 +2,8 @@ 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.2 (in progress) -=========================== +Version 2.0.2 (20 February 2011) +================================ 2011-02-19: wsfulton [PHP] Add missing INPUT, OUTPUT and INOUT typemaps in the typemaps.i library @@ -38,7 +38,7 @@ Version 2.0.2 (in progress) This and other cases of missing preprocessor expressions now result in an error. 2011-02-14: wsfulton - [Ocaml] Apply patch #3151788 from Joel Reymont. Brings Ocaml support a up to date + [Ocaml] Apply patch #3151788 from Joel Reymont. Brings Ocaml support up to date (ver 3.11 and 3.12), including std::string. 2011-02-13: wsfulton diff --git a/Doc/Manual/Sections.html b/Doc/Manual/Sections.html index 8f171b985..c80d26707 100644 --- a/Doc/Manual/Sections.html +++ b/Doc/Manual/Sections.html @@ -6,7 +6,7 @@

SWIG-2.0 Documentation

-Last update : SWIG-2.0.2 (in progress) +Last update : SWIG-2.0.2 (20 February 2011)

Sections

diff --git a/README b/README index 2eb8ae339..96dcec9b4 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ SWIG (Simplified Wrapper and Interface Generator) -Version: 2.0.2 (in progress) +Version: 2.0.2 (20 February 2011) Tagline: SWIG is a compiler that integrates C and C++ with languages including Perl, Python, Tcl, Ruby, PHP, Java, Ocaml, Lua,