Skip to content

Commit

Permalink
Tag release
Browse files Browse the repository at this point in the history
  • Loading branch information
svpcom committed Jan 16, 2023
1 parent bde53eb commit 132157f
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 @@ -2,7 +2,7 @@ mode?=gst
ARCH ?= $(shell uname -i)
PYTHON ?= /usr/bin/python3
COMMIT ?= $(shell git rev-parse HEAD)
VERSION ?= $(shell $(PYTHON) ./version.py $(shell git show -s --format="%ct" $(shell git rev-parse HEAD)) $(shell git rev-parse --abbrev-ref HEAD))
VERSION ?= $(shell $(PYTHON) ./version.py $(shell git show -s --format="%ct" $(shell git rev-parse HEAD)) "release-23.01")
SOURCE_DATE_EPOCH ?= $(shell git show -s --format="%ct" $(shell git rev-parse HEAD))

export VERSION COMMIT SOURCE_DATE_EPOCH
Expand Down

0 comments on commit 132157f

Please sign in to comment.