Skip to content

Commit 9d6d211

Browse files
committed
Bumped VERSION to 0.3.3
1 parent d8a68a8 commit 9d6d211

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ VERSION_CURRENT=0
4040
VERSION_REVISION=0
4141
VERSION_AGE=0
4242

43-
VERSION=0.3.2
43+
VERSION=0.3.3
4444

4545
PREFIX=/usr/local
4646
BINDIR=$(PREFIX)/bin

Diff for: include/vterm.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ extern "C" {
1313

1414
#define VTERM_VERSION_MAJOR 0
1515
#define VTERM_VERSION_MINOR 3
16-
#define VTERM_VERSION_PATCH 2
16+
#define VTERM_VERSION_PATCH 3
1717

1818
#define VTERM_CHECK_VERSION \
1919
vterm_check_version(VTERM_VERSION_MAJOR, VTERM_VERSION_MINOR)

0 commit comments

Comments
 (0)