projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca125bf
)
Now we are in Yoys 0.3.0+ development
author
Clifford Wolf
<clifford@clifford.at>
Sun, 8 Jun 2014 13:31:27 +0000
(15:31 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Sun, 8 Jun 2014 13:31:27 +0000
(15:31 +0200)
CHANGELOG
patch
|
blob
|
history
Makefile
patch
|
blob
|
history
diff --git
a/CHANGELOG
b/CHANGELOG
index 77d7551bf23ade8f5432dc7c0f8849ce5fbca29d..3569572972a31de2975e236d21b8121092085691 100644
(file)
--- a/
CHANGELOG
+++ b/
CHANGELOG
@@
-3,6
+3,12
@@
List of changes and major improvements between releases
=======================================================
+Yosys 0.3.0 .. Yoys 0.3.0+
+--------------------------
+
+ ... TBD ...
+
+
Yosys 0.2.0 .. Yoys 0.3.0
--------------------------
diff --git
a/Makefile
b/Makefile
index c0c6fe3f3b365c7c8c433e27328b5e14e25e7029..a84215b274446c2b7bbaa4442bd3303925ce81b2 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-39,7
+39,7
@@
else
LDLIBS += -lrt
endif
-YOSYS_VER := 0.3.0
+YOSYS_VER := 0.3.0
+
GIT_REV := $(shell git rev-parse --short HEAD || echo UNKOWN)
OBJS = kernel/version_$(GIT_REV).o