We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 929379b commit 86d97d2Copy full SHA for 86d97d2
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.15)
2
project(
3
Frontend.wasm
4
- VERSION 0.4.3
+ VERSION 0.4.4
5
LANGUAGES CXX)
6
7
configure_file(docs/ReleaseNotes/version.in
@@ -36,7 +36,7 @@ include(FetchContent)
36
FetchContent_Declare(
37
IRSpecification
38
GIT_REPOSITORY https://github.com/Tolc-Software/IntermediateRepresentation.git
39
- GIT_TAG main)
+ GIT_TAG v0.11.0)
40
41
FetchContent_MakeAvailable(IRSpecification)
42
docs/ReleaseNotes/v0.4.4.md
@@ -0,0 +1,3 @@
+## Internal ##
+
+* Use versioned release of IR
0 commit comments