Skip to content

Commit

Permalink
fix: try getting the version number from changelog
Browse files Browse the repository at this point in the history
Signed-off-by: ZHANG Yuntian <yt@radxa.com>
  • Loading branch information
RadxaYuntian committed Aug 31, 2024
1 parent 7674a9b commit 98a7710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PREFIX ?= /usr
BINDIR ?= $(PREFIX)/bin
LIBDIR ?= $(PREFIX)/lib
MANDIR ?= $(PREFIX)/share/man
VERSION := 2.0.0b0
VERSION ?= $(shell x=$$(dpkg-parsechangelog -S Version); echo $${x%-*})

.PHONY: all
all: build
Expand Down

0 comments on commit 98a7710

Please sign in to comment.