aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-11-25 00:16:25 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-11-25 00:16:25 +0000
commitc55c514cdbd5a7968c17689876f2ced282071f9c (patch)
tree27f2cf4f94a66e2b11f6d51b11cd6c3b811e165b
parentb9b5899cceb392c0069345c5b43c37bfe8346116 (diff)
downloadyosys-c55c514cdbd5a7968c17689876f2ced282071f9c.tar.gz
yosys-c55c514cdbd5a7968c17689876f2ced282071f9c.tar.bz2
yosys-c55c514cdbd5a7968c17689876f2ced282071f9c.zip
Bump version
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 25b1e378e..5be2d46c5 100644
--- a/Makefile
+++ b/Makefile
@@ -142,7 +142,7 @@ LDLIBS += -lrt
endif
endif
-YOSYS_VER := 0.23+25
+YOSYS_VER := 0.23+29
# Note: We arrange for .gitcommit to contain the (short) commit hash in
# tarballs generated with git-archive(1) using .gitattributes. The git repo
'#n93'>93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203