commit | 4e640bd930d133889dbc9f9a77e29bab902e3b7d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 16 16:20:38 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 16 16:20:38 2016 +0100 |
tree | 40de12e8f80fb2e494845e6f14c64461221dc0bb | |
parent | d125001297ac76e0ed4759a9320ffb7872cf6242 [diff] [blame] |
patch 7.4.1104 Problem: Various problems building with MzScheme/Racket. Solution: Make it work with new versions of Racket. (Yukihiro Nakadaira, Ken Takata)
diff --git a/src/version.c b/src/version.c index 72c4497..baecfc7 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1104, +/**/ 1103, /**/ 1102,