aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-06-08 15:31:27 +0200
committerClifford Wolf <clifford@clifford.at>2014-06-08 15:31:27 +0200
commit9a6cd64fc2ca46c9aed1bd03b6898c7734420c53 (patch)
treec9c16429046b42b4937a182798f23251b9171aa2
parentca125bf41b6de9251f6396fd06ba7a50c7eb48c0 (diff)
downloadyosys-9a6cd64fc2ca46c9aed1bd03b6898c7734420c53.tar.gz
yosys-9a6cd64fc2ca46c9aed1bd03b6898c7734420c53.tar.bz2
yosys-9a6cd64fc2ca46c9aed1bd03b6898c7734420c53.zip
Now we are in Yoys 0.3.0+ development
-rw-r--r--CHANGELOG6
-rw-r--r--Makefile2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 77d7551bf..356957297 100644
--- 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 c0c6fe3f3..a84215b27 100644
--- 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