diff options
author | Marcelina KoĆcielnicka <mwk@0x04.net> | 2021-05-20 12:50:32 +0200 |
---|---|---|
committer | Marcelina KoĆcielnicka <mwk@0x04.net> | 2021-05-20 12:50:32 +0200 |
commit | 25de8faf10157ab0cb40f77c7cbf3143527c598e (patch) | |
tree | 28bb9b85a39ef04cb9728fea0eff3d881c0b56c0 /Makefile | |
parent | 4240498f71e61dbb57668ef31be67ef5ad7e574a (diff) | |
download | yosys-25de8faf10157ab0cb40f77c7cbf3143527c598e.tar.gz yosys-25de8faf10157ab0cb40f77c7cbf3143527c598e.tar.bz2 yosys-25de8faf10157ab0cb40f77c7cbf3143527c598e.zip |
Bump version
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -126,7 +126,7 @@ LDFLAGS += -rdynamic LDLIBS += -lrt endif -YOSYS_VER := 0.9+4052 +YOSYS_VER := 0.9+4081 GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |