commit | 2623b4f412a77f6426ab997246d755fdcbddea7b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 18 16:36:32 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 18 16:36:32 2012 +0200 |
tree | 68173556dce825342efb56c6ef162bcd519c2473 | |
parent | e8cdcef87575cacbc9dd977de076af76e4405410 [diff] [blame] |
updated for version 7.3.662 Problem: Can't build Ruby interface with Ruby 1.9.3. Solution: Add missing functions. (V. Ondruch)
diff --git a/src/version.c b/src/version.c index 4b13506..a6e3ec3 100644 --- a/src/version.c +++ b/src/version.c
@@ -720,6 +720,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 662, +/**/ 661, /**/ 660,