From 738ad3a75a32fa42dd70b912ea16f427969e879c Mon Sep 17 00:00:00 2001 From: "Paul \"LeoNerd\" Evans" Date: Tue, 6 Sep 2022 15:15:58 +0100 Subject: [PATCH] Bump version to 0.3 --- Makefile | 2 +- include/vterm.h | 2 +- t/26state_query.test | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e3c1c396..e3aa8122 100644 --- a/Makefile +++ b/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 diff --git a/include/vterm.h b/include/vterm.h index 9c9fb423..257b677a 100644 --- a/include/vterm.h +++ b/include/vterm.h @@ -12,7 +12,7 @@ extern "C" { #include "vterm_keycodes.h" #define VTERM_VERSION_MAJOR 0 -#define VTERM_VERSION_MINOR 2 +#define VTERM_VERSION_MINOR 3 #define VTERM_CHECK_VERSION \ vterm_check_version(VTERM_VERSION_MAJOR, VTERM_VERSION_MINOR) diff --git a/t/26state_query.test b/t/26state_query.test index ec57f7c5..5b97c40c 100644 --- a/t/26state_query.test +++ b/t/26state_query.test @@ -9,7 +9,7 @@ PUSH "\e[c" !XTVERSION RESET PUSH "\e[>q" - output "\eP>|libvterm(0.2)\e\\" + output "\eP>|libvterm(0.3)\e\\" !DSR RESET