Skip to content

Commit

Permalink
Version bump to v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leonerd committed Sep 6, 2021
1 parent 24e6efc commit ba02184
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 @@ -37,7 +37,7 @@ INCFILES=$(TBLFILES:.tbl=.inc)
HFILES_INT=$(sort $(wildcard src/*.h)) $(HFILES)

VERSION_MAJOR=0
VERSION_MINOR=1
VERSION_MINOR=2

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 1
#define VTERM_VERSION_MINOR 2

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

0 comments on commit ba02184

Please sign in to comment.