Skip to content

Commit f1fb05f

Browse files
committed
Makefile: drop the 'v' from the Version string
Drop the 'v' from the version string which was prepended accidentally. Signed-off-by: Hari Prasath Gujulan Elango <[email protected]>
1 parent 2f1e14e commit f1fb05f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ else
5454
BUILD_DATE := $(shell $(DATE) "$(DATE_FMT)")
5555
endif
5656
endif
57-
export VERSION := v4.0.11-rc2
57+
export VERSION := 4.0.11-rc2
5858
REVISION :=
5959
ifdef NIX_SHELL
6060
SCMINFO := $(shell (host-utilities/setlocalversion))

0 commit comments

Comments
 (0)