Skip to content

Commit

Permalink
Makefile: fix REVISION for rc4
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Ferre <[email protected]>
  • Loading branch information
noglitch committed Jun 2, 2017
1 parent e5245f8 commit 15f3b42
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 @@ -25,7 +25,7 @@ BINDIR:=$(TOPDIR)/binaries

DATE := $(shell date)
VERSION := 3.8.8
REVISION := -rc3
REVISION := rc4
SCMINFO := $(shell ($(TOPDIR)/host-utilities/setlocalversion $(TOPDIR)))

ifeq ($(SCMINFO),)
Expand Down

0 comments on commit 15f3b42

Please sign in to comment.