Skip to content

Commit 86d97d2

Browse files
committed
Use a versioned IR
1 parent 929379b commit 86d97d2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.15)
22
project(
33
Frontend.wasm
4-
VERSION 0.4.3
4+
VERSION 0.4.4
55
LANGUAGES CXX)
66

77
configure_file(docs/ReleaseNotes/version.in
@@ -36,7 +36,7 @@ include(FetchContent)
3636
FetchContent_Declare(
3737
IRSpecification
3838
GIT_REPOSITORY https://github.com/Tolc-Software/IntermediateRepresentation.git
39-
GIT_TAG main)
39+
GIT_TAG v0.11.0)
4040

4141
FetchContent_MakeAvailable(IRSpecification)
4242

docs/ReleaseNotes/v0.4.4.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Internal ##
2+
3+
* Use versioned release of IR

0 commit comments

Comments
 (0)