Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
realnc committed Mar 28, 2019
1 parent 60b982b commit 0116271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hugor.pro
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ CONFIG += silent warn_on link_pkgconfig strict_c++ c++14 gc_binaries
TARGET = hugor
ICON = mac_icon.icns

VERSION_MAJOR = 1
VERSION_MAJOR = 2
VERSION_MINOR = 0
VERSION_PATCH = 99
VERSION_PATCH = 0
VERSION = "$$VERSION_MAJOR"."$$VERSION_MINOR"."$$VERSION_PATCH"
DEFINES += HUGOR_VERSION=\\\"$$VERSION\\\"

Expand Down

0 comments on commit 0116271

Please sign in to comment.