Skip to content

Commit

Permalink
Bump version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
leonerd committed Sep 6, 2022
1 parent 0dee3c4 commit 738ad3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/vterm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion t/26state_query.test
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 738ad3a

Please sign in to comment.