summaryrefslogtreecommitdiffstats
path: root/src/libvterm/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-10-16 19:26:52 +0100
committerBram Moolenaar <Bram@vim.org>2022-10-16 19:26:52 +0100
commit6a12d26f3404e45ce25cf9152857e355b28f392a (patch)
tree7866a4154ea9964e8026ac282d9407e20c4df861 /src/libvterm/Makefile
parentd094e580b0873d67c2d30f60c9fd43c9a0044149 (diff)
patch 9.0.0774: the libvterm code is outdatedv9.0.0774
Problem: The libvterm code is outdated. Solution: Include libvterm changes from revision 802 to 817. Revert some changes made for C89.
Diffstat (limited to 'src/libvterm/Makefile')
-rw-r--r--src/libvterm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libvterm/Makefile b/src/libvterm/Makefile
index 2f83e0d68c..ba4a3157ed 100644
--- a/src/libvterm/Makefile
+++ b/src/libvterm/Makefile
@@ -37,7 +37,7 @@ INCFILES=$(TBLFILES:.tbl=.inc)
HFILES_INT=$(sort $(wildcard src/*.h)) $(HFILES)
VERSION_MAJOR=0
-VERSION_MINOR=2
+VERSION_MINOR=3
VERSION_CURRENT=0
VERSION_REVISION=0