diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-05-05 00:15:34 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-05-05 00:15:34 +0000 |
commit | a8cc0c3930ff6820df7e1a859d7d479f2660c07e (patch) | |
tree | 46da4e1dce7d7e1d16b1462062eb5b232fccf63d /Makefile | |
parent | 18a48b133754d6390d7e3305d28fe65bbc33c77d (diff) | |
download | yosys-a8cc0c3930ff6820df7e1a859d7d479f2660c07e.tar.gz yosys-a8cc0c3930ff6820df7e1a859d7d479f2660c07e.tar.bz2 yosys-a8cc0c3930ff6820df7e1a859d7d479f2660c07e.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.16+63 +YOSYS_VER := 0.16+65 GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |