Refer each of the changes/release notes files to each other

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12079 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2010-06-01 20:03:26 +00:00
commit cccd7d605c
2 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,7 @@
SWIG (Simplified Wrapper and Interface Generator)
See CHANGES.current for current version.
See CHANGES.current for changes in the current version.
See RELEASENOTES for a summary of changes in each release.
Version 1.3.40 (18 August 2009)
===============================

View file

@ -1,6 +1,9 @@
Version 2.0.0 (in progress)
============================
See CHANGES for changes in older releases.
See RELEASENOTES for a summary of changes in each release.
2010-06-01: wsfulton
Add in std_shared_ptr.i for wrapping std::shared_ptr. Requires the %shared_ptr
macro like in the boost_shared_ptr.i library. std::tr1::shared_ptr can also be