1.3.37 final touches

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11063 626c5289-ae23-0410-ae9c-e8d60b6d4f22
diff --git a/ANNOUNCE b/ANNOUNCE
index 6d27f19..9e7af3c 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,4 +1,4 @@
-*** ANNOUNCE: SWIG 1.3.37 (30 December 2008) ***
+*** ANNOUNCE: SWIG 1.3.37 (13 January 2009) ***
 
 http://www.swig.org
 
diff --git a/CHANGES.current b/CHANGES.current
index ef8b9d7..4e3a925 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -1,5 +1,5 @@
-Version 1.3.37 (30 December 2008)
-=================================
+Version 1.3.37 (13 January 2009)
+================================
 
 2009-01-13: mgossage
 	    [Lua] Added contract support for requiring that unsigned numbers are >=0
@@ -11,10 +11,10 @@
 	    methods reported by Sam Hendley.
 
 2009-01-12: drjoe
-            Fixed handling of integer arrays
+            [R] Fixed handling of integer arrays
 
 2009-01-10: drjoe
-	    Fix integer handling in r to deal correctly with signed
+	    [R] Fix integer handling in r to deal correctly with signed
 	    and unsigned issues
 
 2009-01-10: wsfulton
diff --git a/Doc/Manual/Sections.html b/Doc/Manual/Sections.html
index e869e34..03fd4aa 100644
--- a/Doc/Manual/Sections.html
+++ b/Doc/Manual/Sections.html
@@ -6,7 +6,7 @@
 <body bgcolor="#ffffff">
 <H1><a name="Sections"></a>SWIG-1.3 Development Documentation</H1>
 
-Last update : SWIG-1.3.37 (30 December 2008)
+Last update : SWIG-1.3.37 (13 January 2009)
 
 <H2>Sections</H2>
 
diff --git a/README b/README
index 660e67d..4c8776f 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 SWIG (Simplified Wrapper and Interface Generator)
 
-Version: 1.3.37 (30 December 2008)
+Version: 1.3.37 (13 January 2009)
 
 Tagline: SWIG is a compiler that integrates C and C++ with languages
          including Perl, Python, Tcl, Ruby, PHP, Java, Ocaml, Lua,
@@ -100,7 +100,7 @@
 - Improved C# array support
 - Numerous Allegro CL improvements
 - Bug fixes/enhancements for Python, PHP, Java, C#, Chicken, Allegro CL,
-  CFFI, Ruby, Tcl, Perl.
+  CFFI, Ruby, Tcl, Perl, R, Lua.
 - Other minor generic bug fixes and enhancements
 
 SWIG-1.3.36 summary: