diff options
author | KillTheMule <github@pipsfrank.de> | 2016-06-27 15:09:46 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-06-27 09:09:46 -0400 |
commit | 9fb8adf3ad40c5267d1fcdf0bba42e0ab1ee7952 (patch) | |
tree | 961df4a4792ae93184c918c417253985529c6fed | |
parent | e9061117a5b8f195c3f26a5cb94e18ddd7752d86 (diff) | |
download | rneovim-9fb8adf3ad40c5267d1fcdf0bba42e0ab1ee7952.tar.gz rneovim-9fb8adf3ad40c5267d1fcdf0bba42e0ab1ee7952.tar.bz2 rneovim-9fb8adf3ad40c5267d1fcdf0bba42e0ab1ee7952.zip |
Update version.c (#4974)
Only update some entries that are already in `version.c`. Mercilessly stolen from https://github.com/neovim/neovim/pull/4634. At least one possible contributor got confused by it not being as-up-do-date-as-it-coul-be(tm). We shouldn't have that.
1005, 1010: :smile
1039: small Build
1058, 1073, 1079, 1097: alloc
1555, 1556, 1573: Makefile
1560, 1579: channel
-rw-r--r-- | src/nvim/version.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 50205f4b2b..864aa8d30c 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -115,13 +115,13 @@ static int included_patches[] = { // 1581, // 1580, - // 1579, + // 1579 NA 1578, // 1577, 1576, // 1575 NA 1574, - // 1573, + // 1573 NA // 1572 NA 1571, 1570, @@ -134,12 +134,12 @@ static int included_patches[] = { // 1563, // 1562 NA // 1561 NA - // 1560, + // 1560 NA // 1559, // 1558, // 1557, - // 1556, - // 1555, + // 1556 NA + // 1555 NA // 1554, // 1553, // 1552, @@ -597,7 +597,7 @@ static int included_patches[] = { // 1100 NA // 1099 NA // 1098 NA - // 1097, + // 1097 NA 1096, // 1095 NA 1094, @@ -615,13 +615,13 @@ static int included_patches[] = { // 1082 NA 1081, // 1080 NA - // 1079, + // 1079 NA // 1078 NA // 1077 NA 1076, 1075, // 1074 NA, - // 1073, + // 1073 NA 1072, 1071, // 1070 NA @@ -636,7 +636,7 @@ static int included_patches[] = { 1061, // 1060 NA 1059, - // 1058, + // 1058 NA 1057, 1056, 1055, @@ -655,7 +655,7 @@ static int included_patches[] = { 1042, 1041, // 1040 NA - // 1039, + // 1039 NA // 1038 NA 1037, 1036, |