Skip to content

Commit

Permalink
Bump version to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wsfulton committed Jun 6, 2014
1 parent fa36b62 commit 8728a97
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 24 deletions.
8 changes: 4 additions & 4 deletions ANNOUNCE
Original file line number Diff line number Diff line change
@@ -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?
=============
Expand All @@ -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.
Expand Down
20 changes: 20 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -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)
===========================

Expand Down
18 changes: 1 addition & 17 deletions CHANGES.current
Original file line number Diff line number Diff line change
Expand Up @@ -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 ***
2 changes: 1 addition & 1 deletion Doc/Manual/Sections.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8728a97

Please sign in to comment.