Skip to content

Commit

Permalink
Fix major version parsing.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Mar 30, 2020
1 parent d487235 commit b4ea62d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ function(desktop_app_parse_version file)
set(alpha 0)
endif()
endif()
else()
set(patch 0)
endif()

if (DESKTOP_APP_SPECIAL_TARGET STREQUAL "")
Expand Down

0 comments on commit b4ea62d

Please sign in to comment.