Skip to content

Commit a58e46e

Browse files
authored
Update Version.cmake (#260)
Updates MLIR-TRT version to 0.1.34. Signed-off-by: yizhuoz004 <[email protected]>
1 parent 4dbc5cc commit a58e46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir-tensorrt/Version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set(MLIR_TENSORRT_VERSION_MAJOR "0")
22
set(MLIR_TENSORRT_VERSION_MINOR "1")
3-
set(MLIR_TENSORRT_VERSION_PATCH "33")
3+
set(MLIR_TENSORRT_VERSION_PATCH "34")
44
set(MLIR_TENSORRT_VERSION
55
"${MLIR_TENSORRT_VERSION_MAJOR}.${MLIR_TENSORRT_VERSION_MINOR}.${MLIR_TENSORRT_VERSION_PATCH}")
66

0 commit comments

Comments
 (0)