From: Clifford Wolf Date: Wed, 27 Nov 2013 05:29:13 +0000 (+0100) Subject: Set version number to 0.1.0+ X-Git-Tag: yosys-0.2.0~293^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0256105ac21bdea384809772ca45559db4292307;p=yosys.git Set version number to 0.1.0+ --- diff --git a/Makefile b/Makefile index 40bc61f4d..c7ae5525e 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ LDFLAGS = -rdynamic LDLIBS = -lstdc++ -lreadline -lm -ldl -lrt QMAKE = qmake-qt4 -YOSYS_VER := 0.0.x +YOSYS_VER := 0.1.0+ GIT_REV := $(shell git rev-parse --short HEAD || echo UNKOWN) OBJS = kernel/version_$(GIT_REV).o