up version to 1.3.33

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10150 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2007-11-16 22:24:20 +00:00
commit a44c4293ef
5 changed files with 9 additions and 9 deletions

View file

@ -1,10 +1,10 @@
*** ANNOUNCE: SWIG 1.3.32 (November 15, 2007) ***
*** ANNOUNCE: SWIG 1.3.33 (in progress) ***
http://www.swig.org
We're pleased to announce SWIG-1.3.32, the latest installment in the
SWIG development effort. SWIG-1.3.32 includes a number of bug fixes
We're pleased to announce SWIG-1.3.33, the latest installment in the
SWIG development effort. SWIG-1.3.33 includes a number of bug fixes
and large number of enhancements throughout.
What is SWIG?
@ -24,11 +24,11 @@ Availability:
-------------
The release is available for download on Sourceforge at
http://prdownloads.sourceforge.net/swig/swig-1.3.32.tar.gz
http://prdownloads.sourceforge.net/swig/swig-1.3.33.tar.gz
A Windows version should also be available at
http://prdownloads.sourceforge.net/swig/swigwin-1.3.32.zip
http://prdownloads.sourceforge.net/swig/swigwin-1.3.33.zip
Release numbers
---------------

View file

@ -6,7 +6,7 @@
<body bgcolor="#ffffff">
<H1><a name="Sections"></a>SWIG-1.3 Development Documentation</H1>
Last update : SWIG-1.3.32 (November 15, 2007)
Last update : SWIG-1.3.33 (in progress)
<H2>Sections</H2>

2
README
View file

@ -1,6 +1,6 @@
SWIG (Simplified Wrapper and Interface Generator)
Version: 1.3.32 (November 15, 2007)
Version: 1.3.33 (in progress)
Tagline: SWIG is a compiler that integrates C and C++ with languages
including Perl, Python, Tcl, Ruby, PHP, Java, Ocaml, Lua,

2
TODO
View file

@ -1,6 +1,6 @@
SWIG TO-DO
Release: SWIG-1.3.32
Release: SWIG-1.3.33
-----------------------------------------------------------------------------

View file

@ -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],[1.3.32],[http://www.swig.org])
AC_INIT([swig],[1.3.33],[http://www.swig.org])
AC_PREREQ(2.58)
AC_CONFIG_SRCDIR([Source/Swig/swig.h])
AC_CONFIG_AUX_DIR([Tools/config])