Skip to content

Commit

Permalink
Set log for qt version for 1.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
andibacher committed Sep 6, 2017
1 parent 60263b5 commit 4641eeb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.3.0)
project(Log4Qt VERSION 1.5.0)
project(Log4Qt VERSION 1.4.2)

#
# in-source builds should be avoided
Expand Down
4 changes: 2 additions & 2 deletions build.pri
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# QT += sql

LOG4QT_VERSION_MAJOR = 1
LOG4QT_VERSION_MINOR = 5
LOG4QT_VERSION_PATCH = 0
LOG4QT_VERSION_MINOR = 4
LOG4QT_VERSION_PATCH = 2

DEFINES += LOG4QT_VERSION_MAJOR=$${LOG4QT_VERSION_MAJOR}
DEFINES += LOG4QT_VERSION_MINOR=$${LOG4QT_VERSION_MINOR}
Expand Down
2 changes: 1 addition & 1 deletion src/log4qt/log4qt.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "../../log4qtlib.qbs" as ProductLibrary
ProductLibrary {
id: library
name: "log4qt"
version: "1.5.0"
version: "1.4.2"
property int versionMajor: parseInt(version.split('.')[0])
property int versionMinor: parseInt(version.split('.')[1])
property int versionPatch: parseInt(version.split('.')[2])
Expand Down

0 comments on commit 4641eeb

Please sign in to comment.