Add swig-4.0.1 summary to release notes
diff --git a/ANNOUNCE b/ANNOUNCE
index b83921c..495f101 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,4 +1,4 @@
-*** ANNOUNCE: SWIG 4.0.1 (in progress) ***
+*** ANNOUNCE: SWIG 4.0.1 (21 Aug 2019) ***
 
 http://www.swig.org
 
diff --git a/CHANGES.current b/CHANGES.current
index 08de318..ab69e09 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -4,7 +4,7 @@
 Issue # numbers mentioned below can be found on Github. For more details, add
 the issue number to the end of the URL: https://github.com/swig/swig/issues/
 
-Version 4.0.1 (in progress)
+Version 4.0.1 (21 Aug 2019)
 ===========================
 
 2019-08-20: TekuConcept
diff --git a/README b/README
index 165098c..6d11833 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 SWIG (Simplified Wrapper and Interface Generator)
 
-Version: 4.0.1 (in progress)
+Version: 4.0.1 (21 Aug 2019)
 
 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 3fe78f2..8633dad 100644
--- a/RELEASENOTES
+++ b/RELEASENOTES
@@ -7,6 +7,16 @@
 Detailed release notes are available with the release and are also
 published on the SWIG web site at http://swig.org/release.html.
 
+SWIG-4.0.1 summary:
+- SWIG now cleans up on error by removing all generated files.
+- Add Python 3.8 support.
+- Python Sphinx compatibility added for Doxygen comments.
+- Some minor regressions introduced in 4.0.0 were fixed.
+- Fix some C++17 compatibility problems in Python and Ruby generated
+  code.
+- Minor improvements/fixes for C#, Java, Javascript, Lua, MzScheme,
+  Ocaml, Octave and Python.
+
 SWIG-4.0.0 summary:
 - Support for Doxygen documentation comments which are parsed and
   converted into JavaDoc or PyDoc comments.