Skip to content

Commit

Permalink
Fix release 0.8 CUTTING_EDGE
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Angel Ajo <[email protected]>
  • Loading branch information
mangelajo committed Feb 9, 2021
1 parent 3597110 commit a1029c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Calculate versions; these can be overridden
CUTTING_EDGE := devel
CUTTING_EDGE := release-0.8
DEV_VERSION := dev
override CALCULATED_VERSION := $(shell git describe --tags --dirty="-$(DEV_VERSION)" --exclude="$(CUTTING_EDGE)" --exclude="latest")
VERSION ?= $(CALCULATED_VERSION)
Expand Down

0 comments on commit a1029c3

Please sign in to comment.