diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-12-04 00:54:12 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-12-04 00:54:12 +0000 |
commit | d186ea7a2d74f859972746e03996e9eddc6a5157 (patch) | |
tree | 4f94354dd59dced6276339d1882020511b577521 /Makefile | |
parent | c23cd00f30dbf029760577da560350966b59400d (diff) | |
download | yosys-d186ea7a2d74f859972746e03996e9eddc6a5157.tar.gz yosys-d186ea7a2d74f859972746e03996e9eddc6a5157.tar.bz2 yosys-d186ea7a2d74f859972746e03996e9eddc6a5157.zip |
Bump version
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,7 @@ LDFLAGS += -rdynamic LDLIBS += -lrt endif -YOSYS_VER := 0.12+0 +YOSYS_VER := 0.12+1 GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |