Now we are in Yoys 0.4+ development
authorClifford Wolf <clifford@clifford.at>
Sat, 8 Nov 2014 11:20:58 +0000 (12:20 +0100)
committerClifford Wolf <clifford@clifford.at>
Sat, 8 Nov 2014 11:23:54 +0000 (12:23 +0100)
CHANGELOG
Makefile

index 8679d6c87415276ff514e2b6337d92643569a095..5c062640381f26573198c0cecf2846c88784f604 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,8 +1,14 @@
 
-List of changes and major improvements between releases
+List of major changes and improvements between releases
 =======================================================
 
 
+Yosys 0.4 .. Yosys 0.4+
+-----------------------
+
+ ... TBD ...
+
+
 Yosys 0.3.0 .. Yosys 0.4
 ------------------------
 
index 6909d9031c515bb3884dfc8ccfb498390fdd59b0..10e5bd8686897c027281dddf4973372d12bb9d7a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ else
        LDLIBS += -lrt
 endif
 
-YOSYS_VER := 0.4
+YOSYS_VER := 0.4+$(shell test -d .git && { git log --author=clifford@clifford.at --oneline d5aa0ee158b41.. | wc -l; })
 GIT_REV := $(shell git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN)
 OBJS = kernel/version_$(GIT_REV).o