From d36cb38243249af3a2d9b96b2ad77364244d1493 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Tue, 20 Nov 2007 16:38:05 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10155 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 3b72d520b..fd25c3871 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,5 +1,7 @@ Version 1.3.33 (in progress) ============================ +11/20/2007: beazley + Fixed a bug in the C scanner related to backslash characters. 11/19/2007: wsfulton [Perl] Fix broken compilation of C++ wrappers on some compilers.