summaryrefslogtreecommitdiff
path: root/ANNOUNCE
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2010-05-29 21:24:08 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2010-05-29 21:24:08 +0000
commit27056fbd9f7e246aea3a6f85dcd0304679f5210e (patch)
tree301011b54c021161044641ef548f19c5e5044ecb /ANNOUNCE
parent69db2257cb3d1ec62f327d67211483d57a3ab270 (diff)
downloadswig-27056fbd9f7e246aea3a6f85dcd0304679f5210e.tar.gz
Tidy up for first 2.0 release. Move release notes summary into new file RELEASENOTES
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12069 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'ANNOUNCE')
-rw-r--r--ANNOUNCE13
1 files changed, 5 insertions, 8 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index 2595f7a55..1327eb124 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -2,13 +2,10 @@
http://www.swig.org
-
-We're pleased to announce SWIG-2.0.0, the latest installment in the
-SWIG development effort. SWIG-2.0.0 includes a number of bug fixes
-and enhancements.
+We're pleased to announce SWIG-2.0.0, the latest SWIG release.
What is SWIG?
--------------
+=============
SWIG is a software development tool that reads C/C++ header files and
generates the wrapper code needed to make C and C++ code accessible
@@ -20,8 +17,8 @@ SWIG include generation of scripting language extension modules, rapid
prototyping, testing, and user interface development for large C/C++
systems.
-Availability:
--------------
+Availability
+============
The release is available for download on Sourceforge at
http://prdownloads.sourceforge.net/swig/swig-2.0.0.tar.gz
@@ -30,7 +27,7 @@ A Windows version is also available at
http://prdownloads.sourceforge.net/swig/swigwin-2.0.0.zip
-Please report problems with this release to the swig-dev mailing list,
+Please report problems with this release to the swig-devel mailing list,
details at http://www.swig.org/mail.html.
--- The SWIG Developers