diff options
author | Yosys Bot <yosys-bot@symbioticeda.com> | 2020-10-16 00:10:07 +0000 |
---|---|---|
committer | Yosys Bot <yosys-bot@symbioticeda.com> | 2020-10-16 00:10:07 +0000 |
commit | 4c925a3214347f86673c4aa97e5b127530cd0270 (patch) | |
tree | 33475ce5192c80f0b0b041dff9b28f37a8422d14 /Makefile | |
parent | 66769a3f6aea4c321ad123e4b2e2c6b2c1e35415 (diff) | |
download | yosys-4c925a3214347f86673c4aa97e5b127530cd0270.tar.gz yosys-4c925a3214347f86673c4aa97e5b127530cd0270.tar.bz2 yosys-4c925a3214347f86673c4aa97e5b127530cd0270.zip |
Bump version
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -123,7 +123,7 @@ LDFLAGS += -rdynamic LDLIBS += -lrt endif -YOSYS_VER := 0.9+3621 +YOSYS_VER := 0.9+3624 GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |