0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-25 00:18:06 +03:00

chore: update version info

Update version info in cmake, qmake and REAMDE.md
This commit is contained in:
2023-08-29 17:31:07 +00:00
committed by GitHub
parent f73342dc20
commit 57df5eba3a
3 changed files with 5 additions and 5 deletions

View File

@@ -140,8 +140,8 @@ OBJECTS_DIR = $${ARCH_DIR}/$${BUILD_TYPE}/obj
RCC_DIR = $${ARCH_DIR}/$${BUILD_TYPE}/rcc
LIMEREPORT_VERSION_MAJOR = 1
LIMEREPORT_VERSION_MINOR = 6
LIMEREPORT_VERSION_RELEASE = 8
LIMEREPORT_VERSION_MINOR = 7
LIMEREPORT_VERSION_RELEASE = 5
LIMEREPORT_VERSION = '$${LIMEREPORT_VERSION_MAJOR}.$${LIMEREPORT_VERSION_MINOR}.$${LIMEREPORT_VERSION_RELEASE}'
DEFINES *= LIMEREPORT_VERSION_STR=\\\"$${LIMEREPORT_VERSION}\\\"