Skip to content

Commit

Permalink
Bumped VERSION to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
leonerd committed Aug 3, 2023
1 parent d8a68a8 commit 9d6d211
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ VERSION_CURRENT=0
VERSION_REVISION=0
VERSION_AGE=0

VERSION=0.3.2
VERSION=0.3.3

PREFIX=/usr/local
BINDIR=$(PREFIX)/bin
Expand Down
2 changes: 1 addition & 1 deletion include/vterm.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ extern "C" {

#define VTERM_VERSION_MAJOR 0
#define VTERM_VERSION_MINOR 3
#define VTERM_VERSION_PATCH 2
#define VTERM_VERSION_PATCH 3

#define VTERM_CHECK_VERSION \
vterm_check_version(VTERM_VERSION_MAJOR, VTERM_VERSION_MINOR)
Expand Down

0 comments on commit 9d6d211

Please sign in to comment.