Add 3.0.7 release summary and release date
diff --git a/ANNOUNCE b/ANNOUNCE
index f7d7eb8..6f14116 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,4 +1,4 @@
-*** ANNOUNCE: SWIG 3.0.7 (in progress) ***
+*** ANNOUNCE: SWIG 3.0.7 (3 Aug 2015) ***
 
 http://www.swig.org
 
@@ -18,6 +18,16 @@
 prototyping, testing, and user interface development for large
 C/C++ systems.
 
+Release Notes
+=============
+Detailed release notes are available with the release and are also
+published on the SWIG web site at http://swig.org/release.html.
+
+SWIG-3.0.7 summary:
+- Add support for Octave-4.0.0.
+- Remove potential Android security exploit in generated Java classes.
+- Minor new features and bug fixes.
+
 Availability
 ============
 The release is available for download on Sourceforge at
diff --git a/CHANGES.current b/CHANGES.current
index 48ccc20..f6922c5 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -2,8 +2,8 @@
 See the CHANGES file for changes in older releases.
 See the RELEASENOTES file for a summary of changes in each release.
 
-Version 3.0.7 (in progress)
-===========================
+Version 3.0.7 (3 Aug 2015)
+==========================
 
 2015-08-02: wsfulton
             [Java] Fix potential security exploit in generated Java classes.
diff --git a/Doc/Manual/Sections.html b/Doc/Manual/Sections.html
index 4bf40c9..f0027d1 100644
--- a/Doc/Manual/Sections.html
+++ b/Doc/Manual/Sections.html
@@ -6,7 +6,7 @@
 <body bgcolor="#ffffff">
 <H1><a name="Sections"></a>SWIG-3.0 Documentation</H1>
 
-Last update : SWIG-3.0.7 (in progress)
+Last update : SWIG-3.0.7 (3 Aug 2015)
 
 <H2>Sections</H2>
 
diff --git a/README b/README
index a02c56e..27d33df 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 SWIG (Simplified Wrapper and Interface Generator)
 
-Version: 3.0.7 (in progress)
+Version: 3.0.7 (3 Aug 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 bb1d82b..895caa2 100644
--- a/RELEASENOTES
+++ b/RELEASENOTES
@@ -4,6 +4,14 @@
 
 Release Notes
 =============
+Detailed release notes are available with the release and are also
+published on the SWIG web site at http://swig.org/release.html.
+
+SWIG-3.0.7 summary:
+- Add support for Octave-4.0.0.
+- Remove potential Android security exploit in generated Java classes.
+- Minor new features and bug fixes.
+
 SWIG-3.0.6 summary:
 - Stability and regression fixes.
 - Fixed parsing of C++ corner cases.