Skip to content

Commit

Permalink
Bump emulator version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fleroviux committed Feb 18, 2024
1 parent 5408aff commit f6fdafd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/platform/qt/version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
find_package(Git)

set(VERSION_MAJOR 1)
set(VERSION_MINOR 7)
set(VERSION_PATCH 1)
set(VERSION_MINOR 8)
set(VERSION_PATCH 0)

option(RELEASE_BUILD "Build a release version" OFF)

Expand Down

0 comments on commit f6fdafd

Please sign in to comment.