diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-02-16 00:35:53 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-02-16 00:35:53 +0100 |
commit | c05c3098f1d8a319706ad671607e7d894f33758e (patch) | |
tree | 680f4143a59a8288823945fb82a55bb59ffcb480 /Makefile | |
parent | 9a816b65a80a7a56b06ac5d0859be73b24008202 (diff) | |
download | yosys-c05c3098f1d8a319706ad671607e7d894f33758e.tar.gz yosys-c05c3098f1d8a319706ad671607e7d894f33758e.tar.bz2 yosys-c05c3098f1d8a319706ad671607e7d894f33758e.zip |
Tagging Yoys 0.2.0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ LDFLAGS = -rdynamic LDLIBS = -lstdc++ -lreadline -lm -ldl -lrt QMAKE = qmake-qt4 -YOSYS_VER := 0.1.0+ +YOSYS_VER := 0.2.0 GIT_REV := $(shell git rev-parse --short HEAD || echo UNKOWN) OBJS = kernel/version_$(GIT_REV).o |