Skip to content

Commit

Permalink
Update Version.cmake (#260)
Browse files Browse the repository at this point in the history
Updates MLIR-TRT version to
0.1.34.

Signed-off-by: yizhuoz004 <[email protected]>
  • Loading branch information
yizhuoz004 authored Oct 8, 2024
1 parent 4dbc5cc commit a58e46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlir-tensorrt/Version.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(MLIR_TENSORRT_VERSION_MAJOR "0")
set(MLIR_TENSORRT_VERSION_MINOR "1")
set(MLIR_TENSORRT_VERSION_PATCH "33")
set(MLIR_TENSORRT_VERSION_PATCH "34")
set(MLIR_TENSORRT_VERSION
"${MLIR_TENSORRT_VERSION_MAJOR}.${MLIR_TENSORRT_VERSION_MINOR}.${MLIR_TENSORRT_VERSION_PATCH}")

0 comments on commit a58e46e

Please sign in to comment.