summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ANNOUNCE8
-rw-r--r--CHANGES20
-rw-r--r--CHANGES.current18
-rw-r--r--Doc/Manual/Sections.html2
-rw-r--r--README2
-rw-r--r--configure.ac2
6 files changed, 28 insertions, 24 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index 58de2fe10..95261b2bd 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,8 +1,8 @@
-*** ANNOUNCE: SWIG 3.0.2 (4 Jun 2014) ***
+*** ANNOUNCE: SWIG 3.0.3 (in progress) ***
http://www.swig.org
-We're pleased to announce SWIG-3.0.2, the latest SWIG release.
+We're pleased to announce SWIG-3.0.3, the latest SWIG release.
What is SWIG?
=============
@@ -21,11 +21,11 @@ Availability
============
The release is available for download on Sourceforge at
- http://prdownloads.sourceforge.net/swig/swig-3.0.2.tar.gz
+ http://prdownloads.sourceforge.net/swig/swig-3.0.3.tar.gz
A Windows version is also available at
- http://prdownloads.sourceforge.net/swig/swigwin-3.0.2.zip
+ http://prdownloads.sourceforge.net/swig/swigwin-3.0.3.zip
Please report problems with this release to the swig-devel mailing list,
details at http://www.swig.org/mail.html.
diff --git a/CHANGES b/CHANGES
index 1cfedc31e..edcdbba3e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,26 @@ SWIG (Simplified Wrapper and Interface Generator)
See the CHANGES.current file for changes in the current version.
See the RELEASENOTES file for a summary of changes in each release.
+Version 3.0.2 (4 Jun 2014)
+==========================
+
+2014-06-02: v-for-vandal
+ [Lua] Pull request #176:
+ If class has no __eq implemented, then default __eq is generated.
+ Default __eq compares actual pointers stored inside Lua userdata.
+
+2014-06-02: vkalinin
+ Fix #183 - %extend and unnamed nested structs
+
+2014-05-28: kwwette
+ Fix install failure when using an 'out of source' build using the shipped
+ tarball - regression introduced in swig-3.0.1.
+
+2014-05-24: kwwette
+ [Octave] Remove deprecated -global/-noglobal command-line arguments
+
+ *** POTENTIAL INCOMPATIBILITY ***
+
Version 3.0.1 (27 May 2014)
===========================
diff --git a/CHANGES.current b/CHANGES.current
index bb8bbdc41..dce3757d7 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -2,22 +2,6 @@ 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.2 (4 Jun 2014)
+Version 3.0.3 (in progress)
===========================
-2014-06-02: v-for-vandal
- [Lua] Pull request #176:
- If class has no __eq implemented, then default __eq is generated.
- Default __eq compares actual pointers stored inside Lua userdata.
-
-2014-06-02: vkalinin
- Fix #183 - %extend and unnamed nested structs
-
-2014-05-28: kwwette
- Fix install failure when using an 'out of source' build using the shipped
- tarball - regression introduced in swig-3.0.1.
-
-2014-05-24: kwwette
- [Octave] Remove deprecated -global/-noglobal command-line arguments
-
- *** POTENTIAL INCOMPATIBILITY ***
diff --git a/Doc/Manual/Sections.html b/Doc/Manual/Sections.html
index bcae8139d..0bda3e106 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.2 (4 Jun 2014)
+Last update : SWIG-3.0.3 (in progress)
<H2>Sections</H2>
diff --git a/README b/README
index 746bad7e1..7d0130b83 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
SWIG (Simplified Wrapper and Interface Generator)
-Version: 3.0.2 (4 Jun 2014)
+Version: 3.0.3 (in progress)
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/configure.ac b/configure.ac
index 77b804ddd..993e0e28a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
dnl The macros which aren't shipped with the autotools are stored in the
dnl Tools/config directory in .m4 files.
-AC_INIT([swig],[3.0.2],[http://www.swig.org])
+AC_INIT([swig],[3.0.3],[http://www.swig.org])
dnl NB: When this requirement is increased to 2.60 or later, AC_PROG_SED
dnl definition below can be removed