Fix hard-coded svn revision number.
diff --git a/pefile.py b/pefile.py
index c07bbc1..3d26779 100644
--- a/pefile.py
+++ b/pefile.py
@@ -20,7 +20,7 @@
 the root of the distribution archive.
 """
 
-__revision__ = "63"
+__revision__ = "141"
 __author__ = 'Ero Carrera'
 __version__ = '1.2.10-%d' % int( __revision__ )
 __contact__ = 'ero.carrera@gmail.com'