diff options
author | Marcelina KoĆcielnicka <mwk@0x04.net> | 2021-03-30 02:30:17 +0200 |
---|---|---|
committer | Marcelina KoĆcielnicka <mwk@0x04.net> | 2021-03-30 02:30:17 +0200 |
commit | 687f381b6985d9dda7e11535628e2fafff267af5 (patch) | |
tree | 0c33c856e51c4383b277325902868dfee59ec23d /Makefile | |
parent | 0505c604e70c6d9621eb6ace6a9d8a3a5ac71eaa (diff) | |
download | yosys-687f381b6985d9dda7e11535628e2fafff267af5.tar.gz yosys-687f381b6985d9dda7e11535628e2fafff267af5.tar.bz2 yosys-687f381b6985d9dda7e11535628e2fafff267af5.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+4008 +YOSYS_VER := 0.9+4052 GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |