From 3acfe68bee9cf7c98f8348acbae3077a0312c6f7 Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Fri, 19 Mar 2004 11:43:51 +0000 Subject: [PATCH] version 1.3.21 is of 2004, isn't it? git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5775 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 5873de58c..2c72df75a 100644 --- a/README +++ b/README @@ -1,12 +1,12 @@ SWIG (Simplified Wrapper and Interface Generator) -Version: 1.3.21 (January 11, 2003) +Version: 1.3.21 (January 11, 2004) $Header$ Tagline: SWIG is a compiler that integrates C and C++ with languages including Perl, Python, Tcl, Guile, Mzscheme, - Java, Ruby, PHP, Ocaml, C# and CHICKEN. + Java, Ruby, PHP, Ocaml, C#, Modula-3 and CHICKEN. SWIG reads annotated C/C++ header files and creates wrapper code (glue code) in order to make the corresponding C/C++ libraries available to