Skip to content

Commit

Permalink
mk: fix ABI versioning
Browse files Browse the repository at this point in the history
fixes #268
  • Loading branch information
sreimers committed Mar 11, 2022
1 parent 72d5461 commit 0462c79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ VER_PATCH := 0
# VER_PRE := dev

ABI_MAJOR := $(VER_MAJOR)
ABI_AGE := $(VER_MINOR)
ABI_REV := $(VER_PATCH)

# Verbose and silent build modes
ifeq ($(V),)
Expand Down

0 comments on commit 0462c79

Please sign in to comment.