diff --git a/ANNOUNCE b/ANNOUNCE
index e3792cc95..7341e0544 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,4 +1,4 @@
-*** ANNOUNCE: SWIG 3.0.5 (in progress) ***
+*** ANNOUNCE: SWIG 3.0.5 (31 Jan 2015) ***
http://www.swig.org
diff --git a/CHANGES.current b/CHANGES.current
index ff36a2e93..2467683fd 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.5 (in progress)
+Version 3.0.5 (31 Jan 2015)
===========================
2015-01-30: wsfulton
diff --git a/Doc/Manual/Sections.html b/Doc/Manual/Sections.html
index cfd3aa906..94f99d68b 100644
--- a/Doc/Manual/Sections.html
+++ b/Doc/Manual/Sections.html
@@ -6,7 +6,7 @@
SWIG-3.0 Documentation
-Last update : SWIG-3.0.5 (in progress)
+Last update : SWIG-3.0.5 (31 Jan 2015)
Sections
diff --git a/README b/README
index cbfc708ea..a70b727ee 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
SWIG (Simplified Wrapper and Interface Generator)
-Version: 3.0.5 (in progress)
+Version: 3.0.5 (31 Jan 2015)
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 2aff1d265..ff1c99821 100644
--- a/RELEASENOTES
+++ b/RELEASENOTES
@@ -4,6 +4,11 @@ and CHANGES files.
Release Notes
=============
+SWIG-3.0.5 summary:
+- Added support for Scilab.
+- Important Python regression fix when wrapping C++ default arguments.
+- Minor improvements for C#, Go, Octave, PHP and Python.
+
SWIG-3.0.4 summary:
- Python regression fix when wrapping C++ default arguments.
- Improved error messages.