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

@@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 3.14)
project(limereport)
set(LIMEREPORT_VERSION_MAJOR 1)
set(LIMEREPORT_VERSION_MINOR 6)
set(LIMEREPORT_VERSION_RELEASE 8)
set(LIMEREPORT_VERSION_MINOR 7)
set(LIMEREPORT_VERSION_RELEASE 5)
option(ENABLE_ZINT "Enable libzint build for barcode support" OFF)
option(LIMEREPORT_STATIC "Build LimeReport as static library" OFF)