commit | 54ee2b8741e10906393cf85450d69d91edb3f2eb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 15 13:09:51 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 15 13:09:51 2011 +0200 |
tree | ce6734177065c594725025140b9e3a6d67e747df | |
parent | 4da95d377f1883de6e2b88889acb47824b4f589d [diff] [blame] |
updated for version 7.3.245 Problem: Python 3.2 libraries not correctly detected. Solution: Add the suffix to the library name. (Niclas Zeising)
diff --git a/src/version.c b/src/version.c index 423b24b..77d3dc0 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 245, +/**/ 244, /**/ 243,