Skip to content

Commit

Permalink
Bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed May 21, 2024
1 parent f9233a5 commit e042525
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 1 )
set( mrv2_VERSION_MINOR 1 )
set( mrv2_VERSION_PATCH 7 )
set( mrv2_VERSION_PATCH 8 )
set( mrv2_VERSION
"${mrv2_VERSION_MAJOR}.${mrv2_VERSION_MINOR}.${mrv2_VERSION_PATCH}"
)
2 changes: 1 addition & 1 deletion mrv2/docs/HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ v1.1.8
- Added the ability to load single images from File->Open->Single Image. You
can select multiple images but they won't be loaded as a sequence, only as
stills.
- Added a command-line setting to also load single images.
- Added a command-line setting (--single or -s) to also load single images.

v1.1.7
======
Expand Down

0 comments on commit e042525

Please sign in to comment.