diff --git a/ANNOUNCE b/ANNOUNCE
index ba23f823c..5250d858c 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,4 +1,4 @@
-*** ANNOUNCE: SWIG 2.0.3 (in progress) ***
+*** ANNOUNCE: SWIG 2.0.3 (29 March 2011) ***
http://www.swig.org
diff --git a/CHANGES.current b/CHANGES.current
index 9d32aa378..4ef2d5218 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -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
diff --git a/Doc/Manual/Sections.html b/Doc/Manual/Sections.html
index 4073c74e8..89964ff8a 100644
--- a/Doc/Manual/Sections.html
+++ b/Doc/Manual/Sections.html
@@ -6,7 +6,7 @@
SWIG-2.0 Documentation
-Last update : SWIG-2.0.3 (in progress)
+Last update : SWIG-2.0.3 (29 March 2011)
Sections
diff --git a/README b/README
index 10fbeb86a..51e69136d 100644
--- a/README
+++ b/README
@@ -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,
diff --git a/RELEASENOTES b/RELEASENOTES
index 770f7a31e..ea2f0c5b6 100644
--- a/RELEASENOTES
+++ b/RELEASENOTES
@@ -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.