Skip to content

Commit a1b49de

Browse files
committed
Next dev cycle
1 parent f1fefc7 commit a1b49de

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
List of major changes and improvements between releases
33
=======================================================
44

5+
Yosys 0.15 .. Yosys 0.15-dev
6+
--------------------------
7+
58
Yosys 0.14 .. Yosys 0.15
69
--------------------------
710

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,12 @@ LDFLAGS += -rdynamic
129129
LDLIBS += -lrt
130130
endif
131131

132-
YOSYS_VER := 0.15
132+
YOSYS_VER := 0.15+0
133133
GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN)
134134
OBJS = kernel/version_$(GIT_REV).o
135135

136136
bumpversion:
137-
# sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline a4522d6.. | wc -l`/;" Makefile
137+
sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline f1fefc7.. | wc -l`/;" Makefile
138138

139139
# set 'ABCREV = default' to use abc/ as it is
140140
#

0 commit comments

Comments
 (0)