diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-02-08 00:59:03 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-02-08 00:59:03 +0000 |
commit | 23d062fea3416ea077f41ea2b71c11b14ea2fe87 (patch) | |
tree | 2d60596624477c3380af114c00cb55105c534f15 | |
parent | 818060880d80b28d483cf5e1c71fcd139d37fe97 (diff) | |
download | yosys-23d062fea3416ea077f41ea2b71c11b14ea2fe87.tar.gz yosys-23d062fea3416ea077f41ea2b71c11b14ea2fe87.tar.bz2 yosys-23d062fea3416ea077f41ea2b71c11b14ea2fe87.zip |
Bump version
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,7 @@ LDFLAGS += -rdynamic LDLIBS += -lrt endif -YOSYS_VER := 0.14+0 +YOSYS_VER := 0.14+1 GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |