Skip to content

Commit

Permalink
Updated mrv2.bat file to pass arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Mar 17, 2023
1 parent 7112736 commit 2790908
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

set( mrv2_VERSION_MAJOR 0 )
set( mrv2_VERSION_MINOR 3 )
set( mrv2_VERSION_PATCH 7 )
set( mrv2_VERSION_PATCH 6 )
set( mrv2_VERSION
"${mrv2_VERSION_MAJOR}.${mrv2_VERSION_MINOR}.${mrv2_VERSION_PATCH}"
)
2 changes: 1 addition & 1 deletion mrv2/bin/mrv2.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@echo off
REM Set the language you want to use here.
set LANGUAGE=en_US.UTF-8
start "" "mrv2.exe"
start "" "mrv2.exe" %*

0 comments on commit 2790908

Please sign in to comment.