Skip to content

Commit 360fed8

Browse files
committed
Release version 0.11
1 parent 18bcf82 commit 360fed8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
List of major changes and improvements between releases
33
=======================================================
44

5-
Yosys 0.10 .. Yosys 0.10-dev
5+
Yosys 0.10 .. Yosys 0.11
66
--------------------------
77

88
* Various

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,12 @@ LDFLAGS += -rdynamic
129129
LDLIBS += -lrt
130130
endif
131131

132-
YOSYS_VER := 0.10+71
132+
YOSYS_VER := 0.11
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 1cac671.. | wc -l`/;" Makefile
137+
# sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline 1cac671.. | wc -l`/;" Makefile
138138

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

0 commit comments

Comments
 (0)