Skip to content

Commit

Permalink
release: tagged version as 0.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-0x7C6 committed Nov 12, 2019
1 parent 085cf7f commit 94b6697
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTOUIC ON)
set(CMAKE_AUTORCC ON)

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

find_package(Qt5 COMPONENTS Core Gui Widgets SerialPort REQUIRED)
find_package(Threads)

Expand Down

0 comments on commit 94b6697

Please sign in to comment.