From 5ec7fe578b3ac9daf3cff52df9a444fc39e1ebae Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 29 Dec 2014 21:34:41 +0000 Subject: [PATCH] Add 3.0.3 release information --- ANNOUNCE | 2 +- CHANGES.current | 2 +- Doc/Manual/Sections.html | 2 +- README | 2 +- RELEASENOTES | 5 +++++ 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 95261b2bd..4524f9acf 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,4 +1,4 @@ -*** ANNOUNCE: SWIG 3.0.3 (in progress) *** +*** ANNOUNCE: SWIG 3.0.3 (30 Dec 2014) *** http://www.swig.org diff --git a/CHANGES.current b/CHANGES.current index cbaa756d2..7d9af1967 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.3 (in progress) +Version 3.0.3 (30 Dec 2014) =========================== 2014-12-27: wsfulton diff --git a/Doc/Manual/Sections.html b/Doc/Manual/Sections.html index 0bda3e106..1a16b6cc5 100644 --- a/Doc/Manual/Sections.html +++ b/Doc/Manual/Sections.html @@ -6,7 +6,7 @@

SWIG-3.0 Documentation

-Last update : SWIG-3.0.3 (in progress) +Last update : SWIG-3.0.3 (30 Dec 2014)

Sections

diff --git a/README b/README index 7d0130b83..be1a1dd06 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ SWIG (Simplified Wrapper and Interface Generator) -Version: 3.0.3 (in progress) +Version: 3.0.3 (30 Dec 2014) 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 38fbe60e7..1db08977b 100644 --- a/RELEASENOTES +++ b/RELEASENOTES @@ -4,6 +4,11 @@ and CHANGES files. Release Notes ============= +SWIG-3.0.3 summary: +- Add support for C++11 strongly typed enumerations. +- Numerous bug fixes and minor enhancements for C#, D, Go, Java, + Javascript, PHP, Perl and Python wrappers. + SWIG-3.0.2 summary: - Bug fix during install and a couple of other minor changes.