version 1.3.1

This commit is contained in:
Andrei Yankovich 2020-03-09 14:36:20 +03:00
parent 99b6aa1474
commit 76ec898818
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2018-2019 QuasarApp.
# Copyright (C) 2018-2020 QuasarApp.
# Distributed under the lgplv3 software license, see the accompanying
# Everyone is permitted to copy and distribute verbatim copies
# of this license document, but changing it is not allowed.
@ -31,4 +31,4 @@ add_library(${PROJECT_NAME} SHARED ${SOURCE_CPP})
target_link_libraries(${PROJECT_NAME} PRIVATE Qt5::Core)
target_include_directories(${PROJECT_NAME} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
setVersion(1 3 0)
setVersion(1 3 1)

View File

@ -59,5 +59,5 @@ RESOURCES += \
include(Etalons/qmake/ccache.pri)
VERSION = 1.3.0
VERSION = 1.3.1