summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2010-06-01 20:03:26 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2010-06-01 20:03:26 +0000
commitcccd7d605c84608708d21ca4654c1f5b2516b6f0 (patch)
treedc9014a2fbd2fa6e12beafbfa7237a9bf46de0c5
parent978080846c130e011f0b4e172a164235ae55997a (diff)
downloadswig-cccd7d605c84608708d21ca4654c1f5b2516b6f0.tar.gz
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
-rw-r--r--CHANGES3
-rw-r--r--CHANGES.current3
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index cad14004b..721a49269 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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)
===============================
diff --git a/CHANGES.current b/CHANGES.current
index a2987e392..19f477d5b 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -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