commit | ceee7a808ce82b0c6bd84e0b6fc1dfb0475c99aa | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Thu Sep 21 16:55:06 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Thu Sep 21 16:57:42 2023 +0200 |
tree | c9abd729a9d2e83b78e06499ab611a4a1078f872 | |
parent | 696270bcae0c14029030f14a3f3ca2763a2b39de [diff] [blame] |
patch 9.0.1927: patch 1916 (fixed terminal size) not optimal Problem: patch 1916 (fixed terminal size) not optimal Solution: Add defines to make it easier changeable later Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index ced9125..3d663e1 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1927, +/**/ 1926, /**/ 1925,