Bump v version to 2022.06
This commit is contained in:
parent
3379db017d
commit
c8a10261c4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -2,7 +2,7 @@
|
|||
SRC_DIR := src
|
||||
SOURCES != find '$(SRC_DIR)' -iname '*.v'
|
||||
|
||||
V_RELEASE := weekly.2022.05
|
||||
V_RELEASE := weekly.2022.06
|
||||
V_PATH ?= v-$(V_RELEASE)/v
|
||||
V := $(V_PATH) -showcc -gc boehm
|
||||
|
||||
|
|
|
|||
Reference in a new issue