Skip to content

Commit

Permalink
Bump version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbermond authored Oct 28, 2021
1 parent fcf83f3 commit 6a0cc37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.1)

project(qhotkey VERSION 1.4.2 LANGUAGES CXX)
project(qhotkey VERSION 1.5.0 LANGUAGES CXX)

option(QHOTKEY_EXAMPLES "Build examples" OFF)
option(QHOTKEY_INSTALL "Enable install rule" ON)
Expand Down
2 changes: 1 addition & 1 deletion QHotkey/QHotkey.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ TEMPLATE = lib
win32: CONFIG += dll

TARGET = QHotkey
VERSION = 1.4.2
VERSION = 1.5.0

include(../qhotkey.pri)

Expand Down

0 comments on commit 6a0cc37

Please sign in to comment.