diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-06-08 15:28:36 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-06-08 15:28:36 +0200 |
commit | ca125bf41b6de9251f6396fd06ba7a50c7eb48c0 (patch) | |
tree | fc847263c87ee70a203ca9b1db2d7a508e1705cb /Makefile | |
parent | 94e9ee6baba2952c8dd055dbab45fb3c9c64121e (diff) | |
download | yosys-ca125bf41b6de9251f6396fd06ba7a50c7eb48c0.tar.gz yosys-ca125bf41b6de9251f6396fd06ba7a50c7eb48c0.tar.bz2 yosys-ca125bf41b6de9251f6396fd06ba7a50c7eb48c0.zip |
Tagging Yosys 0.3.0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ else LDLIBS += -lrt endif -YOSYS_VER := 0.2.0+ +YOSYS_VER := 0.3.0 GIT_REV := $(shell git rev-parse --short HEAD || echo UNKOWN) OBJS = kernel/version_$(GIT_REV).o |