commit | d2e03f02c4a69d13bd90b5d084990bca95d0b0af | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 02 22:46:36 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 02 22:46:36 2016 +0100 |
tree | c92b25dfd6a19899e706aa6beb9efaf2434303a9 | |
parent | 027387f70c671f62e3e08e0bdd09ec05b0232735 [diff] [blame] |
patch 7.4.1038 Problem: Still get a warning for a deprecated function with gdk-pixbuf 2.31. Solution: Change minimum minor version from 32 to 31.
diff --git a/src/version.c b/src/version.c index 0ca4f8a..dc52ed1 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1038, +/**/ 1037, /**/ 1036,