Skip to content

Commit 1efe418

Browse files
committed
v1.86
1 parent c466eac commit 1efe418

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[submodule "third_party/UHDM"]
88
path = third_party/UHDM
99
url = https://github.com/chipsalliance/UHDM.git
10-
branch = v1.82
10+
branch = v1.86
1111
[submodule "third_party/antlr4"]
1212
path = third_party/antlr4
1313
url = https://github.com/antlr/antlr4.git

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
55
# Version changes whenever some new features accumulated, or the
66
# grammar or the cache format changes to make sure caches
77
# are invalidated.
8-
project(SURELOG VERSION 1.84)
8+
project(SURELOG VERSION 1.86)
99

1010
# Detect build type, fallback to release and throw a warning if use didn't
1111
# specify any

third_party/UHDM

Submodule UHDM updated 1 file

0 commit comments

Comments
 (0)