mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-18 03:46:18 +00:00
Set version number to 0.1.0+
This commit is contained in:
parent
bc3cc88719
commit
0256105ac2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -23,7 +23,7 @@ LDFLAGS = -rdynamic
|
||||||
LDLIBS = -lstdc++ -lreadline -lm -ldl -lrt
|
LDLIBS = -lstdc++ -lreadline -lm -ldl -lrt
|
||||||
QMAKE = qmake-qt4
|
QMAKE = qmake-qt4
|
||||||
|
|
||||||
YOSYS_VER := 0.0.x
|
YOSYS_VER := 0.1.0+
|
||||||
GIT_REV := $(shell git rev-parse --short HEAD || echo UNKOWN)
|
GIT_REV := $(shell git rev-parse --short HEAD || echo UNKOWN)
|
||||||
OBJS = kernel/version_$(GIT_REV).o
|
OBJS = kernel/version_$(GIT_REV).o
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue