commit | 70576f70f789d6161068fbe126f29ad976e029e9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 31 20:40:08 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 31 20:40:08 2019 +0200 |
tree | 80df44e6a7772b23270e9566952f840346163e98 | |
parent | 674e2bde6e7b0c468f304713aa8f97a45e1fcc89 [diff] [blame] |
patch 8.1.1781: Amiga: no builtin OS readable version info Problem: Amiga: no builtin OS readable version info. Solution: Add a "version" variable. (Ola Söder, closes #4753)
diff --git a/src/version.c b/src/version.c index 15577e0..855c0fe 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1781, +/**/ 1780, /**/ 1779,